julep
julep copied to clipboard
[Bug]: ``BucketAlreadyExists`` in ``setup`` function for ``s3`` client
trafficstars
📜 Description
botocore.errorfactory.BucketAlreadyExists: An error occurred (BucketAlreadyExists) when calling the CreateBucket operation: The requested bucket name is not available. The bucket name can not be an existing collection, and the bucket namespace is shared by all users of the system. Please select a different name and try again
This error is raised in sync_s3.py and async_s3.py.
Currently the error is suppressed, but it should be handled better instead
👟 Reproduction steps
No response
👀 Have you searched previous issues to see if this has been raised before?
- [x] I checked and didn't find similar issue