public read policy added

This commit is contained in:
nquidox 2025-10-19 19:40:16 +03:00
parent 4271610ad1
commit 7ceca4ed6c
2 changed files with 15 additions and 0 deletions

12
policies/public-read.json Normal file
View file

@ -0,0 +1,12 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {"AWS": ["*"]},
"Action": ["s3:GetObject"],
"Resource": ["arn:aws:s3:::user-merch-images/*"]
}
]
}