From da1090cebfee9cd3df417214fd88bb3854907621 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 17 Jan 2020 09:25:14 -0800 Subject: [PATCH] fix: add IAM endpoint for us-isob-* (#3056) --- .changes/next-release/bugfix-iam-b72f6077.json | 5 +++++ lib/region_config_data.json | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changes/next-release/bugfix-iam-b72f6077.json diff --git a/.changes/next-release/bugfix-iam-b72f6077.json b/.changes/next-release/bugfix-iam-b72f6077.json new file mode 100644 index 0000000000..9599ecd385 --- /dev/null +++ b/.changes/next-release/bugfix-iam-b72f6077.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "iam", + "description": "add IAM 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 235ebe4e0d..459612dc96 100644 --- a/lib/region_config_data.json +++ b/lib/region_config_data.json @@ -3,6 +3,9 @@ "*/*": { "endpoint": "{service}.{region}.amazonaws.com" }, + "us-isob-*/iam": { + "endpoint": "iam.{region}.sc2s.sgov.gov" + }, "cn-*/*": { "endpoint": "{service}.{region}.amazonaws.com.cn" }, @@ -60,4 +63,4 @@ "signatureVersion": "s3" } } -} +} \ No newline at end of file