ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 378 - SOA-C02 discussion

Report
Export

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.
Answers
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.
Answers
B.
Pass the Content-MD5 value as a request header during the object upload.
C.
Pass x-amz-objecWock-mode as a request header during the object upload
Answers
C.
Pass x-amz-objecWock-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.
Answers
D.
Pass x-amz-server-side-encryption-customer-algorithm as a request body during the object upload.
Suggested answer: B

Explanation:

Content-MD5 Header:

The Content-MD5 header provides an MD5 checksum of the object being uploaded. Amazon S3 uses this checksum to verify the integrity of the object.

Steps:

When uploading an object to S3, calculate the MD5 checksum of the object.

Include the Content-MD5 header with the base64-encoded MD5 checksum value in the upload request.

This ensures that S3 can detect if the object is corrupted during the upload process.

asked 16/09/2024
Ezrah James panuelos
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first