We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f7779 commit da1090cCopy full SHA for da1090c
.changes/next-release/bugfix-iam-b72f6077.json
@@ -0,0 +1,5 @@
1
+{
2
+ "type": "bugfix",
3
+ "category": "iam",
4
+ "description": "add IAM endpoint for us-isob-*"
5
+}
lib/region_config_data.json
@@ -3,6 +3,9 @@
"*/*": {
"endpoint": "{service}.{region}.amazonaws.com"
},
6
+ "us-isob-*/iam": {
7
+ "endpoint": "iam.{region}.sc2s.sgov.gov"
8
+ },
9
"cn-*/*": {
10
"endpoint": "{service}.{region}.amazonaws.com.cn"
11
@@ -60,4 +63,4 @@
60
63
"signatureVersion": "s3"
61
64
}
62
65
-}
66
0 commit comments