fix minio scripts

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-26 22:12:41 +02:00
parent 503ddc8c41
commit 0634578864
6 changed files with 73 additions and 28 deletions
+7 -7
View File
@@ -1,4 +1,4 @@
{
{
"Version": "2012-10-17",
"Statement": [
{
@@ -8,10 +8,10 @@
],
"Resource": ["arn:aws:s3:::models/*"]
},
{
"Effect": "Allow",
"Action": [ "s3:ListBucket" ],
"Resource": [ "arn:aws:s3:::models" ]
}
]
{
"Effect": "Allow",
"Action": [ "s3:ListBucket" ],
"Resource": [ "arn:aws:s3:::models" ]
}
]
}