versitygw icon indicating copy to clipboard operation
versitygw copied to clipboard

Creating an existing bucket owned by you

Open jonaustin09 opened this issue 9 months ago • 0 comments

Describe the bug When a user tries to create an already existing bucket owned by him, the gateway should return BucketAlreadyOwnedByYou error instead of BucketAlreadyExists

To Reproduce Run bucket creation command twice

aws --endpoint-url http://localhost:7070 s3api create-bucket --bucket my-bucket
aws --endpoint-url http://localhost:7070 s3api create-bucket --bucket my-bucket

Expected behavior The gateway should return BucketAlreadyOwnedByYou error

jonaustin09 avatar May 14 '24 20:05 jonaustin09