Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed May 22, 2024
1 parent 6eeecd9 commit 5c92ae7
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15800,6 +15800,31 @@
"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 5c92ae7

Please sign in to comment.