Make one repeated CreateBucket request succesfull #537

Open
opened 2024-11-01 13:25:56 +00:00 by dkirillov · 0 comments
Member

It would be nice the following test pass:

It invoke CreateBucket twice. And expects success. AWS do the same.
We currently return error BucketAlreadyOwnedByYou

Describe the solution you'd like

If the request the same and quite short preiod of time passed make 1 repeated request successful

Describe alternatives you've considered

Don't do anything

Additional context

No

## Is your feature request related to a problem? Please describe. It would be nice the following test pass: * [test_versioning_concurrent_multi_object_delete](https://git.frostfs.info/TrueCloudLab/s3-tests/src/commit/d245097771698774d36a0283e9ef69bf67f3ba76/s3tests_boto3/functional/test_s3.py#L1643) It invoke CreateBucket twice. And expects success. AWS do the same. We currently return error `BucketAlreadyOwnedByYou` ## Describe the solution you'd like If the request the same and quite short preiod of time passed make 1 repeated request successful ## Describe alternatives you've considered Don't do anything ## Additional context No
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#537
No description provided.