-
Notifications
You must be signed in to change notification settings - Fork 2.2k
feat(storage): sync multibucket to storagebrowser #13635
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): sync multibucket to storagebrowser #13635
Conversation
* update parseAmplifyOutput * update bundle size * address comments * update bundle size
* update options and test * update assertion error & download test * update getUrl & getProp test * update remove and list tests * update multi-part tests * update list & download test * update more storage tests * update bundle size * address comments
* copy multibucket draft 1 * update copy with key and tests * update the path route * cleanup * update bundle size * address minor nits
…e-browser-sync-multi-buckets
6b736e1
to
048ea00
Compare
); | ||
const { bucket: sourceBucket } = await resolveS3ConfigAndInput(amplify, { | ||
path: input.source.path, | ||
options: { ...input.source }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if u dont send in credentials provider as options will it not fallback to singleton usage here? should we just have it as options on both source and destination
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 4f9f9d8
Description of changes
Merge the multibucket support to the storagebrowser branch. The only manual change is: 6e5b3c5
Issue #, if available
Description of how you validated changes
Unit test
Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.