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

Support for multiple buckets? #1607

Open
gavinhuangflynn opened this issue Dec 16, 2021 · 6 comments
Open

Support for multiple buckets? #1607

gavinhuangflynn opened this issue Dec 16, 2021 · 6 comments
Labels
feature-request Request a new feature storage Related to the Storage category/plugins

Comments

@gavinhuangflynn
Copy link

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?

@poojamat poojamat added the feature-request Request a new feature label Dec 17, 2021
@raphkim
Copy link
Contributor

raphkim commented Dec 28, 2021

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.

@div5yesh div5yesh added the storage Related to the Storage category/plugins label Feb 4, 2022
@msfstef
Copy link

msfstef commented Oct 17, 2022

Are there any updates on this feature?
It is currently supported on the JS SDK and migrating an app to any native platform when using multiple buckets can be a bit of an issue.

@dkman94
Copy link

dkman94 commented Nov 16, 2022

Interested in this feature as well!

@UrielFrankel
Copy link

Please add this feature 🙏

@sdhuka sdhuka mentioned this issue Apr 10, 2023
@buntupana
Copy link

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 :(

@msencenb
Copy link

+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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature storage Related to the Storage category/plugins
Projects
None yet
Development

No branches or pull requests

9 participants