
Explanation:
To ensure data integrity during upload, you can include the Content-MD5 HTTP header with your upload request. Amazon S3 checks the object against the provided MD5 value. If the values do not match, S3 returns an error, ensuring that the object wasn't corrupted in transit.
Ultimate access to all questions.
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?
A
Pass the Content-Disposition value as a request body during the object upload
B
Pass the Content-MD5 value as a request header during the object upload
C
Pass x-amz-object-lock-mode as a request header during the object upload
D
Pass x-amz-server-side-encryption-customer-algorithm as a request body during the object upload
No comments yet.