Skip to content

Commit 4193f10

Browse files
authored
Add endpoint override for eu-isoe-* region (#4619)
1 parent 1458fb2 commit 4193f10

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
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 eu-isoe-* region"
5+
}

lib/region_config_data.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"cn-*/*": {
77
"endpoint": "{service}.{region}.amazonaws.com.cn"
88
},
9+
"eu-isoe-*/*": "euIsoe",
910
"us-iso-*/*": "usIso",
1011
"us-isob-*/*": "usIsob",
1112
"*/budgets": "globalSSL",
@@ -243,6 +244,9 @@
243244
"endpoint": "{service}.{region}.amazonaws.com",
244245
"signatureVersion": "s3"
245246
},
247+
"euIsoe": {
248+
"endpoint": "{service}.{region}.cloud.adc-e.uk"
249+
},
246250
"usIso": {
247251
"endpoint": "{service}.{region}.c2s.ic.gov"
248252
},

0 commit comments

Comments
 (0)