Skip to content

Commit 5c92ae7

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 6eeecd9 commit 5c92ae7

File tree

1 file changed

+25
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+25
-0
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

+25
Original file line numberDiff line numberDiff line change
@@ -15800,6 +15800,31 @@
1580015800
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
1580115801
"signatureVersions" : [ "s3v4" ]
1580215802
},
15803+
"ca-west-1" : {
15804+
"credentialScope" : {
15805+
"region" : "ca-west-1"
15806+
},
15807+
"hostname" : "s3-control.ca-west-1.amazonaws.com",
15808+
"signatureVersions" : [ "s3v4" ],
15809+
"variants" : [ {
15810+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
15811+
"tags" : [ "fips" ]
15812+
}, {
15813+
"hostname" : "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
15814+
"tags" : [ "dualstack", "fips" ]
15815+
}, {
15816+
"hostname" : "s3-control.dualstack.ca-west-1.amazonaws.com",
15817+
"tags" : [ "dualstack" ]
15818+
} ]
15819+
},
15820+
"ca-west-1-fips" : {
15821+
"credentialScope" : {
15822+
"region" : "ca-west-1"
15823+
},
15824+
"deprecated" : true,
15825+
"hostname" : "s3-control-fips.ca-west-1.amazonaws.com",
15826+
"signatureVersions" : [ "s3v4" ]
15827+
},
1580315828
"eu-central-1" : {
1580415829
"credentialScope" : {
1580515830
"region" : "eu-central-1"

0 commit comments

Comments
 (0)