We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
n/a
Is there a way to configuring storage to use multiple buckets. Example on the docs shows only a single bucket:
backend.addOutput({ storage: { aws_region: "<region>", bucket_name: "<bucket-name>" }, });
https://docs.amplify.aws/react/build-a-backend/storage/use-with-custom-s3/#step-2---specify-s3-bucket-in-amplifys-backend-config
The text was updated successfully, but these errors were encountered:
Hey @neil-rubens 👋 thanks for raising this! This is not currently supported, but I've marked this as a feature request to evaluate further!
Sorry, something went wrong.
Thank you @josefaidt
Hey @neil-rubens this is now available as of @aws-amplify/[email protected]. closing 🙂
@aws-amplify/[email protected]
For cross-reference purpose; here is the official docs for this new functionality: https://docs.amplify.aws/react/build-a-backend/storage/set-up-storage/#configure-additional-storage-buckets
see also: https://aws.amazon.com/about-aws/whats-new/2024/08/aws-amplify-multiple-bucket-storage/ https://aws.amazon.com/blogs/mobile/add-multiple-storage-buckets-amplify/
No branches or pull requests
Environment information
Description
Is there a way to configuring storage to use multiple buckets. Example on the docs shows only a single bucket:
https://docs.amplify.aws/react/build-a-backend/storage/use-with-custom-s3/#step-2---specify-s3-bucket-in-amplifys-backend-config
The text was updated successfully, but these errors were encountered: