Question 304:
You need a new S3 bucket to store objects using the write-once-read-many (WORM) model. After objects are saved in the bucket, they cannot be deleted or overwritten for a fixed amount of time. Which option would you select to achieve this requirement?
Answer options:
A.Enable the Amazon S3 object lock when creating the S3 bucket. B.Enable versioning for the S3 bucket. C.Modify the S3 bucket policy to only allow the read operation. D.Enable the WORM model in the S3 Access Control List (ACL) configuration.