itsmostafa / certified-aws-developer-associate-notes

2024 AWS developer associate exam
800 stars 363 forks source link

S3 Consistency: Delete #18

Closed clark-schneider closed 1 year ago

clark-schneider commented 3 years ago

The notes state:

“If we delete an object, we might still be able to retrieve it for a short time
ex: (DELETE 200 -> GET 200)”

It appears that this is no longer true per the documentation:

“A process deletes an existing object and immediately tries to read it. Amazon S3 does not return any data because the object has been deleted.”