Skip to content

Commit

Permalink
fix: add IAM endpoint for us-isob-* (#3056)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 17, 2020
1 parent d8f7779 commit da1090c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-iam-b72f6077.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "iam",
"description": "add IAM endpoint for us-isob-*"
}
5 changes: 4 additions & 1 deletion lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -60,4 +63,4 @@
"signatureVersion": "s3"
}
}
}
}

0 comments on commit da1090c

Please sign in to comment.