S3 Bucket action doesn't apply to any resources

前端 未结 11 692
无人及你
无人及你 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:22

    In my case the solution to this error was trying to remove some of Actions that I was applying. Some of them are not relevant to, or cannot work with this resource. In this case it wouldn't let me include these:

    GetBucketAcl ListBucket ListBucketMultipartUploads

提交回复
热议问题