Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-05-22
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 22, 2024
1 parent 4f00d79 commit 634eea7
Showing 1 changed file with 29 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17419,6 +17419,35 @@
"hostname": "s3-control-fips.ca-central-1.amazonaws.com",
"signatureVersions": ["s3v4"]
},
"ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"hostname": "s3-control.ca-west-1.amazonaws.com",
"signatureVersions": ["s3v4"],
"variants": [
{
"hostname": "s3-control-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
"tags": ["dualstack", "fips"]
},
{
"hostname": "s3-control.dualstack.ca-west-1.amazonaws.com",
"tags": ["dualstack"]
}
]
},
"ca-west-1-fips": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "s3-control-fips.ca-west-1.amazonaws.com",
"signatureVersions": ["s3v4"]
},
"eu-central-1": {
"credentialScope": {
"region": "eu-central-1"
Expand Down

0 comments on commit 634eea7

Please sign in to comment.