Amazon S3 consistency for versioning buckets -


how versioning work amazon s3 consistency? in use case want upload multiple versions same bucket (with versioning enabled). many writes may occur @ same time.

will read-after-write-consistency, eventual consistency, no consistency or race condition (data being overwritten , lost) concurrent updates (puts) same objects in same bucket?

the documentation consistency https://docs.aws.amazon.com/amazons3/latest/dev/introduction.html#consistencymodel has nothing versioning.

the documentation versioning https://docs.aws.amazon.com/amazons3/latest/dev/versioning.html has nothing consistency.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -