Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(storage): multi bucket list api #5576

Merged
merged 48 commits into from
Nov 4, 2024

Commits on Sep 17, 2024

  1. updating storage_outputs class for multi-bucket support

    ekjotmultani committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    13d6723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c0438 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. made bucket_output class a proper output class like the others in amp…

    …lify-flutter
    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f22dd48 View commit details
    Browse the repository at this point in the history
  2. Update auth.dart

    ekjotmultani authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    cc6c55b View commit details
    Browse the repository at this point in the history
  3. added doc comments and changed name of bucket class

    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b6f8719 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'storagewereoutput-update' of https://github.com/aws-amp…

    …lify/amplify-flutter into storage-output-update
    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    66ad860 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fc0ce9 View commit details
    Browse the repository at this point in the history
  6. added trailing commas to pass ci test

    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9114206 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'storage-output-update' of https://github.com/aws-amplif…

    …y/amplify-flutter into storage-output-update
    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a17b602 View commit details
    Browse the repository at this point in the history
  8. ran dart format on two failing files

    ekjotmultani committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e7906c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6055a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #5476 from aws-amplify/storage-output-update

    feat(core): update storage outputs class for multi-bucket support
    ekjotmultani authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    24089ae View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. updated resource.ts and backend.ts for multiple buckets in our infra-…

    …gen2 stack
    ekjotmultani committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d01d0df View commit details
    Browse the repository at this point in the history
  2. updated resource.ts and backend.ts for multiple buckets in our infra-…

    …gen2 stack
    ekjotmultani committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    47c1371 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5492 from aws-amplify/multi-bucket-infra-update

    Multi bucket infra update
    ekjotmultani authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d4e492 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. feat(storage): update s3 storage service to support multiple s3 clien…

    …t for multi-bucket support (#5493)
    NikaHsn authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d68bb03 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    3eafd51 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge remote-tracking branch 'origin/main' into multi-bucket

    merging changes from main that unblock some tests
    ekjotmultani committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    077d879 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. allow the s3 list api to accept an optional bucket

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8c45501 View commit details
    Browse the repository at this point in the history
  2. formatting

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    e734d8e View commit details
    Browse the repository at this point in the history
  3. trailing commas

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    119b843 View commit details
    Browse the repository at this point in the history
  4. formatting

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f3956cf View commit details
    Browse the repository at this point in the history
  5. format

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b14468c View commit details
    Browse the repository at this point in the history
  6. fixed formatting and annotated internal member use

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ad837d7 View commit details
    Browse the repository at this point in the history
  7. format

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    05bc0a8 View commit details
    Browse the repository at this point in the history
  8. format

    ekjotmultani authored and ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c023fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48940f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ed7691 View commit details
    Browse the repository at this point in the history
  11. cleaning up commits

    ekjotmultani committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    980c0d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. allow the s3 list api to accept an optional bucket

    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    8f2e9a1 View commit details
    Browse the repository at this point in the history
  2. format

    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    976c6ea View commit details
    Browse the repository at this point in the history
  3. fixed formatting and annotated internal member use

    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    81972ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4f91a View commit details
    Browse the repository at this point in the history
  5. fix(api): Reconnect WebSocket when resuming app from a paused state (#…

    …5567)
    
    * fix(api): Reconnect WebSocket when resuming app from a paused state
    tyllark authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    15b62e4 View commit details
    Browse the repository at this point in the history
  6. chore: Cherry Pick Bump version (#5593)

    chore(version): Bump version
    
    ### Features
    - feat(api): move App Sync subscription headers to protocol ([#5301](#5301))
    - feat(authenticator): export unmet password requirements ([#5437](#5437))
    
    ### Fixes
    - fix(api): Reconnect WebSocket when resuming app from a paused state ([#5567](#5567))
    
    Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
    Equartey authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1ee2ff6 View commit details
    Browse the repository at this point in the history
  7. seperated bucket out into its own class instead of using a map

    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3551eb3 View commit details
    Browse the repository at this point in the history
  8. made bucket_output class a proper output class like the others in amp…

    …lify-flutter
    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    08d3ed0 View commit details
    Browse the repository at this point in the history
  9. added doc comments and changed name of bucket class

    ekjotmultani authored and ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    56b64ee View commit details
    Browse the repository at this point in the history
  10. Update auth.dart

    ekjotmultani committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ec7a7a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f625f3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54c5f62 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    132e22c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b2783fb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a4d65af View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3999314 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4b9d7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    309fca4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fe69e0e View commit details
    Browse the repository at this point in the history