Skip to content

Commit cf76b73

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 8a37dee commit cf76b73

File tree

2 files changed

+8
-6
lines changed

2 files changed

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

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,6 +2979,7 @@
29792979
"protocols" : [ "https" ]
29802980
},
29812981
"endpoints" : {
2982+
"ap-east-1" : { },
29822983
"ap-northeast-1" : { },
29832984
"ap-northeast-2" : { },
29842985
"ap-south-1" : { },
@@ -3105,8 +3106,8 @@
31053106
"signatureVersions" : [ "s3", "s3v4" ]
31063107
},
31073108
"us-east-1" : {
3108-
"signatureVersions" : [ "s3", "s3v4" ],
3109-
"hostname" : "s3.amazonaws.com"
3109+
"hostname" : "s3.us-east-1.amazonaws.com",
3110+
"signatureVersions" : [ "s3", "s3v4" ]
31103111
},
31113112
"us-east-2" : { },
31123113
"us-west-1" : {
@@ -3116,10 +3117,6 @@
31163117
"us-west-2" : {
31173118
"hostname" : "s3.us-west-2.amazonaws.com",
31183119
"signatureVersions" : [ "s3", "s3v4" ]
3119-
},
3120-
"us-east-1-regional" : {
3121-
"signatureVersions" : [ "s3", "s3v4" ],
3122-
"hostname" : "s3.us-east-1.amazonaws.com"
31233120
}
31243121
},
31253122
"isRegionalized" : true,

0 commit comments

Comments
 (0)