All access to this object has been disabled

0

botocore.exceptions.ClientError: An error occurred (AllAccessDisabled) when calling the ListObjectsV2 operation: All access to this object has been disabled

I get this error when running the code: import awswrangler as wr print(wr.version)

asked a year ago445 views
1 Answer
2

To use this action, ensure that the IAM user/role which is used for the script execution has an AWS Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
Artem
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions