Amazon S3 consistency for versioning buckets

361 views Asked by At

How does versioning work with Amazon S3 consistency? In my use case I want to upload multiple versions to the same bucket (with versioning enabled). Many writes may occur at the same time.

Will I get read-after-write-consistency, eventual consistency, no consistency or race condition (data being overwritten and lost) for concurrent updates (PUTS) to the same objects in same bucket?

The documentation about consistency https://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel has nothing about versioning.

The documentation about versioning https://docs.aws.amazon.com/AmazonS3/latest/dev/Versioning.html has nothing about consistency.

0

There are 0 answers