A company is hosting a web application from an Amazon S3 bucket The application uses Amazon Cognito as an identity provider to authenticate users and return a JSON Web Token (JWT) that provides access to protected resources that are stored in another S3 bucket.Upon deployment of the application, users report errors and are unable to access the protected content. A solutions architect must resolve this issue by providing proper permissions So that users can access the protected content. Which solution meets these requirements?
A. pdate the Amazon Cognito identity pool to assume the proper IAM role for access to the protected content
B. pdate the S3 ACL to allow the application to access the protected content
C. edeploy the application to Amazon S3 to prevent eventually consistent reads in the S3 bucket from affecting the ability of users to access the protected content
D. pdate the Amazon Cognito pool to use custom attribute mappings within the identity pool and grant users the proper permissions to access the protected content