Skip to content

Commit da1090c

Browse files
authored
fix: add IAM endpoint for us-isob-* (#3056)
1 parent d8f7779 commit da1090c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"*/*": {
44
"endpoint": "{service}.{region}.amazonaws.com"
55
},
6+
"us-isob-*/iam": {
7+
"endpoint": "iam.{region}.sc2s.sgov.gov"
8+
},
69
"cn-*/*": {
710
"endpoint": "{service}.{region}.amazonaws.com.cn"
811
},
@@ -60,4 +63,4 @@
6063
"signatureVersion": "s3"
6164
}
6265
}
63-
}
66+
}

0 commit comments

Comments
 (0)