Intro

<aside> 💡 S3 delivers strong read-after-write consistency (if an object is overwritten and immediately read, S3 always returns the latest version of the object). However, bucket configuration is eventually consistent (if you delete a bucket and immediately list all buckets, the deleted bucket might still appear in the list).

</aside>

Bucket Versioning