We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004bb37 commit 087a8fdCopy full SHA for 087a8fd
.changes/next-release/bugfix-Endpoints-8c993a32.json
@@ -0,0 +1,5 @@
1
+{
2
+ "type": "bugfix",
3
+ "category": "Endpoints",
4
+ "description": "Add endpoint override for us-isof-* region"
5
+}
lib/region_config_data.json
@@ -9,6 +9,7 @@
9
"eu-isoe-*/*": "euIsoe",
10
"us-iso-*/*": "usIso",
11
"us-isob-*/*": "usIsob",
12
+ "us-isof-*/*": "usIsof",
13
"*/budgets": "globalSSL",
14
"*/cloudfront": "globalSSL",
15
"*/sts": "globalSSL",
@@ -253,6 +254,9 @@
253
254
"usIsob": {
255
"endpoint": "{service}.{region}.sc2s.sgov.gov"
256
},
257
+ "usIsof": {
258
+ "endpoint": "{service}.{region}.csp.hci.ic.gov"
259
+ },
260
"fipsStandard": {
261
"endpoint": "{service}-fips.{region}.amazonaws.com"
262
0 commit comments