saas-chmurki/web/website-bucket-policy.json

13 lines
283 B
JSON
Raw Normal View History

2023-01-27 21:36:03 +01:00
{
"Id": "MyPolicy",
"Version": "2023-01-22",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::443930-bucket/*"
}
]
}