AccessDenied for ListObjects for S3 bucket when permissions are s3:*

前端 未结 13 956
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-29 22:02

I am getting:

An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied

When I try to get folder from

13条回答
  •  死守一世寂寞
    2021-01-29 22:11

    To allow permissions in s3 bucket go to the permissions tab in s3 bucket and in bucket policy change the action to this which will allow all actions to be performed:

    "Action":"*"
    

提交回复
热议问题