Merge pull request #14657 from justinsb/aws_more_regions

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-10-02 03:48:25 -07:00

View File

@@ -491,6 +491,8 @@ func isRegionValid(region string) bool {
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",
"cn-north-1",
"us-gov-west-1",
"sa-east-1",
}
for _, r := range regions {