This commit is contained in:
Kirchik
2025-08-11 22:10:10 +02:00
parent af347b4a8f
commit 98075f9d8e
406 changed files with 15088 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::sleeptrip-dev/images/*"
}
]
}