DPZC_Ola/Zadanie_5.2_5.3/website-bucket-policy.json

13 lines
274 B
JSON
Raw Normal View History

2023-01-28 22:13:05 +01:00
{
2023-01-29 23:31:05 +01:00
"Version": "2012-10-17",
"Id": "MyPolicy",
"Statement": [
2023-01-28 22:13:05 +01:00
{
2023-01-29 23:31:05 +01:00
"Sid": "PublicReadForGetBucketObjects",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::dpzc/*"
2023-01-28 22:13:05 +01:00
}
2023-01-29 23:31:05 +01:00
]
}