-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcf-dist.json
More file actions
36 lines (36 loc) · 1.13 KB
/
cf-dist.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"CallerReference": "2026-03-04T22:25:52.7032371-06:00",
"Comment": "wild-olives-12345 (private S3 origin via OAC)",
"Enabled": true,
"DefaultRootObject": "index.html",
"Origins": {
"Quantity": 1,
"Items": [
{
"Id": "s3-wild-olives-12345",
"DomainName": "wild-olives-12345.s3.us-east-1.amazonaws.com",
"S3OriginConfig": { "OriginAccessIdentity": "" },
"OriginAccessControlId": "E1IW59HYA9FKGT"
}
]
},
"DefaultCacheBehavior": {
"TargetOriginId": "s3-wild-olives-12345",
"ViewerProtocolPolicy": "redirect-to-https",
"AllowedMethods": {
"Quantity": 2,
"Items": ["GET", "HEAD"],
"CachedMethods": { "Quantity": 2, "Items": ["GET", "HEAD"] }
},
"Compress": true,
"CachePolicyId": "658327ea-f89d-4fab-a63d-7e88639e58f6"
},
"CustomErrorResponses": {
"Quantity": 2,
"Items": [
{ "ErrorCode": 403, "ResponsePagePath": "/index.html", "ResponseCode": "200", "ErrorCachingMinTTL": 0 },
{ "ErrorCode": 404, "ResponsePagePath": "/index.html", "ResponseCode": "200", "ErrorCachingMinTTL": 0 }
]
},
"PriceClass": "PriceClass_100"
}