Skip to content

Commit

Permalink
Update to latest partitions and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 18, 2023
1 parent 8d4f13d commit 906b7f6
Showing 1 changed file with 50 additions and 3 deletions.
53 changes: 50 additions & 3 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2993,6 +2993,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
Expand Down Expand Up @@ -5081,6 +5082,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
Expand Down Expand Up @@ -8571,6 +8573,7 @@
"eu-west-2" : { },
"eu-west-3" : { },
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -26385,11 +26388,40 @@
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"protocols" : [ "http", "https" ],
"signatureVersions" : [ "s3v4" ]
"signatureVersions" : [ "s3v4" ],
"variants" : [ {
"hostname" : "s3-fips.dualstack.us-iso-east-1.c2s.ic.gov",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "s3-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : { }
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "s3-fips.dualstack.us-iso-west-1.c2s.ic.gov",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "s3-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"secretsmanager" : {
Expand Down Expand Up @@ -26946,7 +26978,22 @@
"signatureVersions" : [ "s3v4" ]
},
"endpoints" : {
"us-isob-east-1" : { }
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "s3-fips.dualstack.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "s3-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"secretsmanager" : {
Expand Down

0 comments on commit 906b7f6

Please sign in to comment.