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).
> So this is stronger than RYW.
I'm not sure that it is? The examples listed below that description only specify making an update and then immediately reading it back from the same process.