julep icon indicating copy to clipboard operation
julep copied to clipboard

[Bug]: ``BucketAlreadyExists`` in ``setup`` function for ``s3`` client

Open Ahmad-mtos opened this issue 5 months ago • 0 comments
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

Ahmad-mtos avatar May 21 '25 14:05 Ahmad-mtos