|
|
|
|
|
by jolux
1507 days ago
|
|
That page does not give a hard definition for strong consistency, it says that it uses them informally as relative terms. AWS is not claiming serializability, they call it "strong read-after-write consistency." I don't see the problem here? S3 famously wasn't guaranteed to read data you had just written for a long time, and now it is. That's significant. 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). |
|