Qovery / Replibyte

Seed your development database with real data ⚡️
https://www.replibyte.com
GNU General Public License v3.0
4.16k stars 128 forks source link

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

Open gugacavalieri opened 1 year ago

gugacavalieri commented 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.

This should also fix the CORS error reported in this PR: https://github.com/Qovery/Replibyte/pull/212

evoxmusic commented 1 year ago

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

ArcRiiad commented 1 year ago

Any update on this PR? can help if needed