-
Notifications
You must be signed in to change notification settings - Fork 821
Closed
Labels
feature-requestRequest a new featureRequest a new featurep3storageIssues tied to the storage categoryIssues tied to the storage category
Description
In the documentation examples:
Amplify.configure(
Auth: {
identityPoolId: 'XX-XXXX-X:XXXXXXXX-XXXX-1234-abcd-1234567890ab', //REQUIRED - Amazon Cognito Identity Pool ID
region: 'XX-XXXX-X', // REQUIRED - Amazon Cognito Region
userPoolId: 'XX-XXXX-X_abcd1234', //OPTIONAL - Amazon Cognito User Pool ID
userPoolWebClientId: 'XX-XXXX-X_abcd1234', //OPTIONAL - Amazon Cognito Web Client ID
},
Storage: {
bucket: '', //REQUIRED - Amazon S3 bucket
region: 'XX-XXXX-X', //OPTIONAL - Amazon service region
});What if the web app needs to interact with more than one bucket? It would be nice to have a system where we could specify several and interact with them via their names.
Storage: {
bucketOne: {
bucket: '', //REQUIRED - Amazon S3 bucket
region: 'XX-XXXX-X', //OPTIONAL - Amazon service region
},
bucketTwo: { ... }
});mbahar, djmMax, lummish, wassilygraf, DougWoodCDS and 60 moreaelbokl, sammartinez, nmalancea, arealmaas and charlieforward9
Metadata
Metadata
Assignees
Labels
feature-requestRequest a new featureRequest a new featurep3storageIssues tied to the storage categoryIssues tied to the storage category