AWS S3 Bucket policy editor access denied

前端 未结 2 1288
死守一世寂寞
死守一世寂寞 2020-12-24 12:03

I am logged in with the root account trying to give public access to a bucket inline with the instructions for setting up a static s3 web site. However I get an access denie

2条回答
  •  [愿得一人]
    2020-12-24 12:31

    "Manage public bucket policies for this bucket" section need to be unchecked for to introduce "Allow" policies.

    But be cautious, unchecking these might enable you to introduce a policy but that policy is a public policy making your bucket public.

    Having these checked - You won't be able to introduce "Allow" policies that for this bucket.

    You can however introduce "Deny" policies, with these options checked.

提交回复
热议问题