Skip to content

Commit

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

0 comments on commit e8d7174

Please sign in to comment.