AWS Certified SysOps Administrator – Associate — Question 369

A company is uploading important files as objects to Amazon S3. The company needs to be informed if an object is corrupted during the upload.

What should a SysOps administrator do to meet this requirement?

Answer options

Correct answer: B

Explanation

Providing the Content-MD5 header during an Amazon S3 upload forces Amazon S3 to calculate the MD5 hash of the received object and compare it to the provided value, failing the upload if a mismatch occurs. The other options, such as Content-Disposition, Object Lock, and SSE-C parameters, do not provide data integrity verification during transit.