ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

585 / 690

Question 585:

You are building a web application that will allow authenticated users to upload videos to the AWS S3 bucket across multiple domains. However, while testing the application, you found that the upload requests to S3 are being blocked. What should you do to make the upload work?

Answer options:

A.Enable public access to allow uploads from web applications.
B.Add configuration in S3 bucket CORS to allow PUT requests from web application URL.
C.Add Content-Length and Content-MD5 headers while sending upload requests to S3
D.Web application URL must be added to bucket policy to allow PutObject requests.