Skip to content

Commit 48ff702

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent dcff826 commit 48ff702

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed
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 service endpoint metadata."
6+
}

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

+27-3
Original file line numberDiff line numberDiff line change
@@ -5159,6 +5159,7 @@
51595159
"ap-east-1" : { },
51605160
"ap-northeast-1" : { },
51615161
"ap-northeast-2" : { },
5162+
"ap-northeast-3" : { },
51625163
"ap-south-1" : { },
51635164
"ap-southeast-1" : { },
51645165
"ap-southeast-2" : { },
@@ -9327,7 +9328,16 @@
93279328
"s3-control" : {
93289329
"defaults" : {
93299330
"protocols" : [ "https" ],
9330-
"signatureVersions" : [ "s3v4" ]
9331+
"signatureVersions" : [ "s3v4" ],
9332+
"variants" : [ {
9333+
"dnsSuffix" : "amazonaws.com",
9334+
"hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
9335+
"tags" : [ "dualstack", "fips" ]
9336+
}, {
9337+
"dnsSuffix" : "amazonaws.com",
9338+
"hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
9339+
"tags" : [ "dualstack" ]
9340+
} ]
93319341
},
93329342
"endpoints" : {
93339343
"ap-northeast-1" : {
@@ -12845,7 +12855,12 @@
1284512855
"s3-control" : {
1284612856
"defaults" : {
1284712857
"protocols" : [ "https" ],
12848-
"signatureVersions" : [ "s3v4" ]
12858+
"signatureVersions" : [ "s3v4" ],
12859+
"variants" : [ {
12860+
"dnsSuffix" : "amazonaws.com.cn",
12861+
"hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
12862+
"tags" : [ "dualstack" ]
12863+
} ]
1284912864
},
1285012865
"endpoints" : {
1285112866
"cn-north-1" : {
@@ -15562,7 +15577,16 @@
1556215577
"s3-control" : {
1556315578
"defaults" : {
1556415579
"protocols" : [ "https" ],
15565-
"signatureVersions" : [ "s3v4" ]
15580+
"signatureVersions" : [ "s3v4" ],
15581+
"variants" : [ {
15582+
"dnsSuffix" : "amazonaws.com",
15583+
"hostname" : "{service}-fips.dualstack.{region}.{dnsSuffix}",
15584+
"tags" : [ "dualstack", "fips" ]
15585+
}, {
15586+
"dnsSuffix" : "amazonaws.com",
15587+
"hostname" : "{service}.dualstack.{region}.{dnsSuffix}",
15588+
"tags" : [ "dualstack" ]
15589+
} ]
1556615590
},
1556715591
"endpoints" : {
1556815592
"us-gov-east-1" : {

0 commit comments

Comments
 (0)