Amazon S3 buckets in all Regions provide which of the following?
A.
Read-after-write consistency for PUTS of new objects AND Strongly consistent for POST & DELETES
B.
Read-after-write consistency for POST of new objects AND Eventually consistent for overwrite PUTS &
DELETES
C.
Read-after-write consistency for PUTS of new objects AND Eventually consistent for overwrite PUTS &
DELETES
D.
Read-after-write consistency for POST of new objects AND Strongly consistent for POST & DELETES
C
https://aws.amazon.com/s3/faqs/
C
所有区域中的 Amazon S3 存储桶会为新对象的 PUTS 提供先写后读一致性,并为覆盖 PUTS 和 DELETES 提供最终一致性。