Open gugacavalieri opened 1 year ago
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.
get_bucket_location()
This should also fix the CORS error reported in this PR: https://github.com/Qovery/Replibyte/pull/212
Thank you for providing this improvement. I have turned on the check. I'll merge this if it's all green :)
Any update on this PR? can help if needed
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: https://github.com/Qovery/Replibyte/pull/212