Skip to content

Commit

Permalink
Added ListObjects to needed permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Jan 23, 2024
1 parent 4e3fc65 commit c41f935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/adapter/aws-s3-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ 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 c41f935

Please sign in to comment.