File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 15800
15800
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
15801
15801
"signatureVersions" : [ "s3v4" ]
15802
15802
},
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
+ },
15803
15828
"eu-central-1" : {
15804
15829
"credentialScope" : {
15805
15830
"region" : "eu-central-1"
You can’t perform that action at this time.
0 commit comments