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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ