Skip to content

Commit

Permalink
Fixes #1770: remove s3:ListObjects permission, it's covered by s3:Lis…
Browse files Browse the repository at this point in the history
…tBucket
  • Loading branch information
frankdejonge committed Mar 16, 2024
1 parent 75f041c commit f95ea3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/adapter/aws-s3-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ The required IAM permissions are as followed:
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:ListObjects",
"s3:GetObject",
"s3:DeleteObject",
"s3:GetObjectAcl",
Expand Down

0 comments on commit f95ea3a

Please sign in to comment.