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

前端 未结 13 808
佛祖请我去吃肉
佛祖请我去吃肉 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条回答
  •  猫巷女王i
    2021-01-29 22:20

    I tried the following:

    aws s3 ls s3.console.aws.amazon.com/s3/buckets/{bucket name}
    

    This gave me the error:

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

    Using this form worked:

    aws s3 ls {bucket name}
    

提交回复
热议问题