Skip to content

Commit

Permalink
fix: add endpoint for us-isob-* (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Jan 24, 2020
1 parent 99e558d commit 29f68f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-endpoint-bbe41106.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "endpoint",
"description": "add endpoint for us-isob-*"
}
6 changes: 3 additions & 3 deletions lib/region_config_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"*/*": {
"endpoint": "{service}.{region}.amazonaws.com"
},
"us-isob-*/iam": {
"endpoint": "iam.{region}.sc2s.sgov.gov"
},
"cn-*/*": {
"endpoint": "{service}.{region}.amazonaws.com.cn"
},
"us-isob-*/*": {
"endpoint": "{service}.{region}.sc2s.sgov.gov"
},
"*/budgets": "globalSSL",
"*/cloudfront": "globalSSL",
"*/iam": "globalSSL",
Expand Down

0 comments on commit 29f68f1

Please sign in to comment.