Skip to content

Commit

Permalink
list buckets is required for new ansible rules (#4174)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt authored May 17, 2023
1 parent c2221f8 commit 0bb2205
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"Effect": "Allow",
"Action": ["s3:GetObject", "s3:GetObjectAcl"],
"Resource": ["${s3_arn}/*"]
}
},
{
"Effect":"Allow",
"Action":["s3:ListBucket","s3:GetBucketLocation"],
"Resource":"${s3_arn}"
}
]
}

0 comments on commit 0bb2205

Please sign in to comment.