From 29f68f17e012567c451c76328e4a27b11cbc8bce Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 23 Jan 2020 16:55:23 -0800 Subject: [PATCH] fix: add endpoint for us-isob-* (#3064) --- .changes/next-release/bugfix-endpoint-bbe41106.json | 5 +++++ lib/region_config_data.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .changes/next-release/bugfix-endpoint-bbe41106.json diff --git a/.changes/next-release/bugfix-endpoint-bbe41106.json b/.changes/next-release/bugfix-endpoint-bbe41106.json new file mode 100644 index 0000000000..e7e266aa2a --- /dev/null +++ b/.changes/next-release/bugfix-endpoint-bbe41106.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "endpoint", + "description": "add endpoint for us-isob-*" +} \ No newline at end of file diff --git a/lib/region_config_data.json b/lib/region_config_data.json index 459612dc96..14f0a1fc7d 100644 --- a/lib/region_config_data.json +++ b/lib/region_config_data.json @@ -3,12 +3,12 @@ "*/*": { "endpoint": "{service}.{region}.amazonaws.com" }, - "us-isob-*/iam": { - "endpoint": "iam.{region}.sc2s.sgov.gov" - }, "cn-*/*": { "endpoint": "{service}.{region}.amazonaws.com.cn" }, + "us-isob-*/*": { + "endpoint": "{service}.{region}.sc2s.sgov.gov" + }, "*/budgets": "globalSSL", "*/cloudfront": "globalSSL", "*/iam": "globalSSL",