- Amazon S3 provides read-after-write consistency for any type of PUT or DELETE.
- Consistency is not guaranteed for any type of PUT or DELETE.
- A successful response to a PUT request only occurs when a complete object is saved.
- Partially saved objects are immediately readable with a GET after an overwrite PU.
- S3 provides eventual consistency for overwrite PUTS and DELETE.