Merge pull request #1660 from jhaohai/cn-north-1-fix
Add cn-north-1 to valid check
This commit is contained in:
commit
c83afea0c9
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ func init() {
|
||||||
"ap-northeast-1",
|
"ap-northeast-1",
|
||||||
"ap-northeast-2",
|
"ap-northeast-2",
|
||||||
"sa-east-1",
|
"sa-east-1",
|
||||||
|
"cn-north-1",
|
||||||
} {
|
} {
|
||||||
validRegions[region] = struct{}{}
|
validRegions[region] = struct{}{}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue