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

14 lines
275 B
JSON

{
"Version": "2012-10-17",
"Id": "MyPolicy",
"Statement": [
{
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::dpzc/*"
}
]
}