|
|
|
|
|
by fizwhiz
1507 days ago
|
|
What a ridiculous marketing term. This is a RYW (Read your writes) level of consistency which is a far cry from Strong consistency (see https://jepsen.io/consistency). Seems like eventual consistency with some affinity bolted on. |
|
Here's more about the specifics: https://docs.aws.amazon.com/AmazonS3/latest/userguide/Welcom...
In particular:
> Any read (GET or LIST request) that is initiated following the receipt of a successful PUT response will return the data written by the PUT request.
So this is stronger than RYW (emphasis mine).