You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the s3_enable_access_logging job without the s3:ListBucket permissions I'm getting this error: botocore.exceptions.ClientError: An error occurred (403) when calling the HeadBucket operation: Forbidden.
The job has two issues that needs to be addressed:
The list of minimal permissions needs to be updated with s3:ListBucket
The job should have a more meaningful error when the user doesn't have the correct permissions.
Thanks
The text was updated successfully, but these errors were encountered:
martinianodl
changed the title
s3_enable_default_encryption job is missing minimal permissions and needs more meaningful logs
s3_enable_access_logging job is missing minimal permissions and needs more meaningful logs
Aug 28, 2020
When running the s3_enable_access_logging job without the
s3:ListBucket
permissions I'm getting this error:botocore.exceptions.ClientError: An error occurred (403) when calling the HeadBucket operation: Forbidden
.The job has two issues that needs to be addressed:
s3:ListBucket
Thanks
The text was updated successfully, but these errors were encountered: