Merge pull request #1714 from RichardScothern/us-gov-west-1
Add 'us-gov-west-1' to the valid region list.
This commit is contained in:
commit
42a710f889
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ func init() {
|
||||||
"ap-northeast-2",
|
"ap-northeast-2",
|
||||||
"sa-east-1",
|
"sa-east-1",
|
||||||
"cn-north-1",
|
"cn-north-1",
|
||||||
|
"us-gov-west-1",
|
||||||
} {
|
} {
|
||||||
validRegions[region] = struct{}{}
|
validRegions[region] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue