mirror of
https://github.com/ghndrx/cdn-gregh-dev.git
synced 2026-02-10 06:44:57 +00:00
28 lines
596 B
JSON
28 lines
596 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"s3:PutObject",
|
|
"s3:GetObject",
|
|
"s3:DeleteObject",
|
|
"s3:ListBucket"
|
|
],
|
|
"Resource": [
|
|
"arn:aws:s3:::cdn.cloud.gregh.dev",
|
|
"arn:aws:s3:::cdn.cloud.gregh.dev/*"
|
|
]
|
|
},
|
|
{
|
|
"Effect": "Allow",
|
|
"Action": [
|
|
"cloudfront:CreateInvalidation",
|
|
"cloudfront:GetInvalidation",
|
|
"cloudfront:ListInvalidations"
|
|
],
|
|
"Resource": "arn:aws:cloudfront::471112517070:distribution/E31WM23A8TGWZM"
|
|
}
|
|
]
|
|
}
|