add cn-north-1 to valid check

Signed-off-by: jhaohai <jhaohai@foxmail.com>
pull/1660/head
jhaohai 2016-04-21 11:51:34 +08:00
parent cd27f179f2
commit f76c622d8c
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ func init() {
"ap-northeast-1",
"ap-northeast-2",
"sa-east-1",
"cn-north-1",
} {
validRegions[region] = struct{}{}
}