Files
admin/env/cdn/uploader_policy.json
T
Alex Bezdieniezhnykh 6d28085b7e add scripts for cdn
change aes mode to cfb in encrypt / decrypt in Security
2025-02-25 19:48:27 +02:00

17 lines
332 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" ]
}
]
}