Files
admin/env/cdn/uploader_policy.json
T
Alex Bezdieniezhnykh 0634578864 fix minio scripts
2025-02-26 22:12:41 +02:00

17 lines
301 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject"
],
"Resource": ["arn:aws:s3:::models/*"]
},
{
"Effect": "Allow",
"Action": [ "s3:ListBucket" ],
"Resource": [ "arn:aws:s3:::models" ]
}
]
}