Skip to content

Commit 9e94ad0

Browse files
authored
fix: adding s3:GetBucketLocation to minio policy (#30)
1 parent fbdcaf1 commit 9e94ad0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/minio-utils/bucket-user-policy.json.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"Statement": [
44
{
55
"Action": [
6-
"s3:ListBucket",
7-
"s3:PutObject",
6+
"s3:DeleteObject",
7+
"s3:GetBucketLocation",
88
"s3:GetObject",
9-
"s3:DeleteObject"
9+
"s3:ListBucket",
10+
"s3:PutObject"
1011
],
1112
"Effect": "Allow",
1213
"Resource": [

0 commit comments

Comments
 (0)