Question 247:
Your company has enabled CORS on your S3 bucket to allow cross-origin resource sharing. In the CORS configuration, you need to specify the values for the "AllowedMethod" element. In terms of configuring the "AllowedMethod" element, which statement is correct?
Answer options:
A.You can only enable CORS through AWS S3 CLI. B.You can only configure the CORS configuration with a YAML configuration file. C.These methods are supported: GET, PUT, POST, DELETE, and HEAD.D.Only OPTIONS and CONNECT are supported for CORS.