> AWS is "eventually consistent" within most services, and S3 is no exception<p>Nowadays, it (¿almost?) is. <a href="https://aws.amazon.com/s3/consistency/" rel="nofollow">https://aws.amazon.com/s3/consistency/</a>:<p><i>“After a successful write of a new object, or an overwrite or delete of an existing object, any subsequent read request immediately receives the latest version of the object”</i><p>I think that says that deletes are immediately visible, too, but they phrase it weirdly, as, after a delete, there is no latest version of the object.<p>Also, I don’t think buckets are objects in this sense, so the caveat in the article stands.