Skip to content

Commit

Permalink
Updated endpoints.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Sep 11, 2020
1 parent d6356a6 commit ebe8d48
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/feature-AWSSDKforJavav2-e97801d.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "AWS SDK for Java v2",
"description": "Updated service endpoint metadata."
}
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,30 @@
}
}
},
"ebs" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
"ec2" : {
"defaults" : {
"protocols" : [ "http", "https" ]
Expand Down Expand Up @@ -4161,8 +4185,10 @@
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -4773,6 +4799,13 @@
"hostname" : "s3-control.ca-central-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"ca-central-1-fips" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
"signatureVersions" : [ "s3v4" ]
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
Expand Down Expand Up @@ -6548,6 +6581,12 @@
"cn-northwest-1" : { }
}
},
"ebs" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"ec2" : {
"defaults" : {
"protocols" : [ "http", "https" ]
Expand Down

0 comments on commit ebe8d48

Please sign in to comment.