Skip to content

Commit

Permalink
Amazon CloudFront Update: Updated documentation for CloudFront
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Dec 16, 2022
1 parent fdded8b commit ce96b2b
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonCloudFront-fa76523.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon CloudFront",
"contributor": "",
"description": "Updated documentation for CloudFront"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "cn-northwest-1",
"signingName": "cloudfront",
"signingRegion": "cn-northwest-1"
"name": "sigv4"
}
]
},
Expand All @@ -18,8 +18,8 @@
},
"params": {
"UseFIPS": false,
"UseDualStack": false,
"Region": "aws-cn-global"
"Region": "aws-cn-global",
"UseDualStack": false
}
},
{
Expand All @@ -29,9 +29,9 @@
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "us-east-1",
"signingName": "cloudfront",
"signingRegion": "us-east-1"
"name": "sigv4"
}
]
},
Expand All @@ -40,8 +40,8 @@
},
"params": {
"UseFIPS": false,
"UseDualStack": false,
"Region": "aws-global"
"Region": "aws-global",
"UseDualStack": false
}
},
{
Expand All @@ -53,8 +53,8 @@
},
"params": {
"UseFIPS": false,
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -65,8 +65,8 @@
},
"params": {
"UseFIPS": true,
"UseDualStack": false,
"Region": "us-east-1",
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -77,8 +77,8 @@
},
"params": {
"UseFIPS": false,
"UseDualStack": true,
"Region": "us-east-1",
"UseDualStack": true,
"Endpoint": "https://example.com"
}
}
Expand Down
Loading

0 comments on commit ce96b2b

Please sign in to comment.