What does read-after-write consistency really mean on new object PUT in S3?

前端 未结 3 1911
抹茶落季
抹茶落季 2021-02-12 06:15

Amazon documentation (http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel) states:

\"Amazon S3 provides read-after-write consistency for P

3条回答
  •  无人共我
    2021-02-12 06:36

    Yes, it would be consistent.

    The concept of a 'client' is irrelevant because each API call is independent.

    The us-east-1 region (previously known as US-Standard) previously did not have read-after-write consistency, but it is now provided in all regions.

提交回复
热议问题