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

前端 未结 13 922
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  Happy的楠姐
    2021-01-29 22:21

    I was thinking the error is due to "s3:ListObjects" action but I had to add the action "s3:ListBucket" to solve the issue "AccessDenied for ListObjects for S3 bucket"

提交回复
热议问题