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
Post a Comment