Skip to content

Commit

Permalink
fix: adding s3:GetBucketLocation to minio policy (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 24, 2023
1 parent fbdcaf1 commit 9e94ad0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions utils/minio-utils/bucket-user-policy.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"Statement": [
{
"Action": [
"s3:ListBucket",
"s3:PutObject",
"s3:DeleteObject",
"s3:GetBucketLocation",
"s3:GetObject",
"s3:DeleteObject"
"s3:ListBucket",
"s3:PutObject"
],
"Effect": "Allow",
"Resource": [
Expand Down

0 comments on commit 9e94ad0

Please sign in to comment.