Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating an existing bucket owned by you #565

Closed
jonaustin09 opened this issue May 14, 2024 · 0 comments · Fixed by #577
Closed

Creating an existing bucket owned by you #565

jonaustin09 opened this issue May 14, 2024 · 0 comments · Fixed by #577
Labels
bug Something isn't working

Comments

@jonaustin09
Copy link
Contributor

jonaustin09 commented May 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant