This commit is contained in:
nquidox 2025-10-17 23:45:37 +03:00
parent 7f1983d3be
commit 4271610ad1

View file

@ -1,13 +1,20 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:ListAllMyBuckets"],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:GetObject",
"s3:HeadBucket",
"s3:ListBucket",
"s3:PutObject",
"s3:DeleteObject",
"s3:ListBucket"
"s3:GetBucketLocation",
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::user-merch-images",
@ -16,4 +23,3 @@
}
]
}