gaul / are-we-consistent-yet

Compare eventual consistency of object stores
Apache License 2.0
170 stars 12 forks source link

Re-run Amazon tests in us-standard #14

Open gaul opened 7 years ago

gaul commented 7 years ago

Amazon clarified their consistency model:

https://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel

Note that read-after-write is more complicated if you read-after-write-after-read, according to a Hacker News comment:

https://news.ycombinator.com/item?id=12922048

pragnesh commented 4 years ago

us-standard region also support read-after-write consistency according to this link https://aws.amazon.com/about-aws/whats-new/2015/08/amazon-s3-introduces-new-usability-enhancements/

gaul commented 3 years ago

Related to #18.