Files
ptp/migration-temp/bucket-policy.json
T
2025-08-11 22:10:10 +02:00

13 lines
281 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::sleeptrip-dev/images/*"
}
]
}