Which of the following are valid statements about Amazon S3? (Choose two.)
A.
S3 provides read-after-write consistency for any type of PUT or DELETE
B.
Consistency is not guaranteed for any type of PUT or DELETE
C.
A successful response to a PUT request only occurs when a complete object is saved.
D.
Partially saved objects are immediately readable with a GET after an overwrite PUT.
E.
S3 provides eventual consistency for overwrite PUTS and DELETES.
http://api-portal.anypoint.mulesoft.com/amazon/api/amazon-s3-api/docs/concepts#DataConsistencyModel
A,E correct
CE are correct. Delete does not provide r-a-w consistency
C & E are correct
A and E contradict each other.
A only for new project.
C & E are correct answers.
C
E