Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer ensure server-side encryption with Amazon S3 managed keys (SSE-S3) for objects added to an S3 bucket via the PutObject API operation?
A
By creating and assigning an AWS KMS key to the S3 bucket.
B
By setting the x-amz-server-side-encryption header in the PutObject API call.
C
By including the encryption key in the HTTP header for each request.
D
By implementing TLS to encrypt data in transit to the S3 bucket.