Skip to content

Commit 2c76601

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a3aed29 commit 2c76601

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 25 additions & 0 deletions
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)