dpzc5.2-5.3/website-bucket-policy.json

14 lines
275 B
JSON
Raw Normal View History

2023-02-15 22:26:03 +01:00
{
"Version": "2012-10-17",
"Id": "MyPolicy",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::dpzc/*"
}
]
}