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