PrepAway - Latest Free Exam Questions & Answers

what will S3 return?

A user has an S3 object in the US Standard region with the content “color=red”. The user updates the object with the
content as “color=”white”. If the user tries to read the value 1 minute after it was uploaded, what will S3 return?

PrepAway - Latest Free Exam Questions & Answers

A.
It will return “color=white”

B.
It will return “color=red”

C.
It will return an error saying that the object was not found

D.
It may return either “color=red” or “color=white” i.e. any of the value

Explanation:
AWS S3 follows the eventual consistent model in the US Standard Region. Once the object is updated it may return the
new value or the old value based on whether all the content is replicated across multiple servers until it becomes
consistent (eventual).
http://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html

2 Comments on “what will S3 return?


Leave a Reply

Your email address will not be published. Required fields are marked *