S3 Bucket action doesn't apply to any resources

前端 未结 11 676
无人及你
无人及你 2021-01-30 09:55

I\'m following the instructions from this answer to generate the follow S3 bucket policy:

{
  \"Id\": \"Policy1495981680273\",
  \"Version\": \"2012-10-17\",
  \         


        
11条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-30 10:35

    You have to check the pattern of the arn defined under the Resource tag for the Policy-

    "Resource": "arn:aws:s3:::s3mybucketname/*"

    With the addition of "/*" at the end would help to resolve the issue if you face it even after having your Public Access Policy Unblocked for your Bucket.

提交回复
热议问题