Amazon S3 buckets in all other regions (other than US Standard) provide read-after-write consistency for PUTS
of new objects.
A.
True
B.
False
Amazon S3 buckets in all other regions (other than US Standard) provide read-after-write consistency for PUTS
of new objects.
Amazon S3 buckets in all other regions (other than US Standard) provide read-after-write consistency for PUTS
of new objects.
A.
True
B.
False
I think it should be false. Below is the excerpt from S3 faq which suggests that all regions including US standard(US East North Virginia) is having read-after-write consistency for PUTS.
Q: What data consistency model does Amazon S3 employ?
Amazon S3 buckets in all Regions provide read-after-write consistency for PUTS of new objects and eventual consistency for overwrite PUTS and DELETES.
False.
Amazon S3 provides read-after-write consistency for PUTS of new objects in all regions.
Agree, it should be false. Although, Amazon S3 renamed the US Standard Region to the US East (N. Virginia) Region to be consistent with AWS regional naming conventions. US Standard region exist, as there is no change to the endpoint and you do not need to make any changes to your application.