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

Fix: #233 | Use get_bucket_location to check if S3 Bucket exists #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gugacavalieri
Copy link

Fixes: #233.

Use get_bucket_location() method to check if S3 bucket exists instead of listing all the S3 buckets in a AWS account. This should allow the user to use S3 buckets in a another account (cross-account) if desired.

This should also fix the CORS error reported in this PR: #212

@gugacavalieri gugacavalieri marked this pull request as ready for review November 20, 2022 20:28
@evoxmusic
Copy link
Contributor

Thank you for providing this improvement. I have turned on the check. I'll merge this if it's all green :)

@ArcRiiad
Copy link

Any update on this PR? can help if needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS Cross Account S3 Buckets
3 participants