From 3115b49fa8f3e2b47f3122b754a0a90e1234b1c2 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 23 Jan 2020 16:58:31 -0800 Subject: [PATCH] fix: add endpoint for us-iso-* --- .changes/next-release/bugfix-endpoint-0203a5c4.json | 5 +++++ lib/region_config_data.json | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changes/next-release/bugfix-endpoint-0203a5c4.json diff --git a/.changes/next-release/bugfix-endpoint-0203a5c4.json b/.changes/next-release/bugfix-endpoint-0203a5c4.json new file mode 100644 index 0000000000..6b001ec821 --- /dev/null +++ b/.changes/next-release/bugfix-endpoint-0203a5c4.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "endpoint", + "description": "add endpoint for us-iso-*" +} \ No newline at end of file diff --git a/lib/region_config_data.json b/lib/region_config_data.json index 14f0a1fc7d..657950ed3b 100644 --- a/lib/region_config_data.json +++ b/lib/region_config_data.json @@ -6,6 +6,9 @@ "cn-*/*": { "endpoint": "{service}.{region}.amazonaws.com.cn" }, + "us-iso-*/*": { + "endpoint": "{service}.{region}.c2s.ic.gov" + }, "us-isob-*/*": { "endpoint": "{service}.{region}.sc2s.sgov.gov" },