Grant access to view objects in S3 through web browser.

0

Please someone should help me out. I am a newbie in to AWS currently at the practitioner level. Am trying a handson on view my objects in the S3 bucket through my browser. I have created a JSON policy but I ended up with this error message.

Unknown Error An unexpected error occurred. API response Policies must be valid JSON and the first byte must be '{'

  • Could you post the policy you're using?

Anscoly
已提问 2 年前1738 查看次数
3 回答
0

In order to view objects publically through a browser you have to first make "ACLs enabled" in object ownership which can be found in the permissions tab of the bucket. Once you've done that, go back to the list view of objects, and in the actions dropdown select "Make public using ACL" this will make the selected object public.

已回答 2 年前
0

Hi

To me it looks like more of an issue with the S3 bucket policy. Please check the the syntax for the bucket policy specified under the permission tab in bucket policy. The error message states, your policy should start with {
Ensure that there are no preceding spaces.

AWS
已回答 2 年前
0

This error message indicates that your bucket policy may not be adhering to the format that the S3 Service is expecting in that space. To resolve this issue, I'd recommend creating a bucket policy statements using the AWS Policy Generator app https://awspolicygen.s3.amazonaws.com/policygen.html . On the AWS Policy Generator page, in Select Type of Policy, make sure you choose S3 Bucket Policy. Once you've created your statements, you can copy the statements from policy generator and paste the same in your S3 Bucket policy console. Alternatively, you can also try to use JSON formatting app ( like JSON Lint) to correct the current policy that's erroring out to look for missing '}'.

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则