Skip to content

Commit 087a8fd

Browse files
authored
Add endpoint override for us-isof-* region (#4629)
1 parent 004bb37 commit 087a8fd

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"eu-isoe-*/*": "euIsoe",
1010
"us-iso-*/*": "usIso",
1111
"us-isob-*/*": "usIsob",
12+
"us-isof-*/*": "usIsof",
1213
"*/budgets": "globalSSL",
1314
"*/cloudfront": "globalSSL",
1415
"*/sts": "globalSSL",
@@ -253,6 +254,9 @@
253254
"usIsob": {
254255
"endpoint": "{service}.{region}.sc2s.sgov.gov"
255256
},
257+
"usIsof": {
258+
"endpoint": "{service}.{region}.csp.hci.ic.gov"
259+
},
256260
"fipsStandard": {
257261
"endpoint": "{service}-fips.{region}.amazonaws.com"
258262
},

0 commit comments

Comments
 (0)