-
Notifications
You must be signed in to change notification settings - Fork 119
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
Support for multiple buckets? #1607
Comments
Thank you for your suggestion. This feature is currently unsupported by Amplify across all platforms, but I can certainly see this being a desirable feature. We will track this feature request and prioritize it accordingly. |
Are there any updates on this feature? |
Interested in this feature as well! |
Please add this feature 🙏 |
We need this feature as well, otherwise we cannot migrate from android aws to amplify. Almost a year and a half has passed since the feature request and still we don't have it :( |
+1 for this. We already have buckets configured - one for our staging environment and one for our production environment that is in use by web, iOS and Android. We'd like to be able to easily manipulate objects in those buckets without needing to use an escape hatch. |
What if the android app needs to interact with more than one bucket? We can do it using the AWS Mobile SDK for Android, but that support does not exist in the Amplify Android SDK.
Example:
StorageListOptions options = StorageListOptions.builder()
.storage("bucketName") <------ need this attribute
.accessLevel(StorageAccessLevel.PROTECTED)
.targetIdentityId("otherUserID")
.build();
Is there any plan to do it in the future?
The text was updated successfully, but these errors were encountered: