You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a bucket that already exists, 500 (InternalError) is returned, which looks confusing for a user. According to Amazon documentation it should be 409 (BucketAlreadyExists) or 409 (BucketAlreadyOwnedByYou), depending on if the bucket belongs to the user or not:
When creating a bucket that already exists, 500 (InternalError) is returned, which looks confusing for a user. According to Amazon documentation it should be 409 (BucketAlreadyExists) or 409 (BucketAlreadyOwnedByYou), depending on if the bucket belongs to the user or not:
http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html
Below is my attempt to solve the issue.
leo_manager:
leo_gateway:
The text was updated successfully, but these errors were encountered: