Merge pull request #38410 from justinsb/aws_region_ca_central

Automatic merge from submit-queue

AWS: Recognize ca-central-1 region

Recognize the newly announced ca-central-1 region
This commit is contained in:
Kubernetes Submit Queue 2016-12-20 09:54:01 -08:00 committed by GitHub
commit 1bfd4f0a71

View File

@ -44,6 +44,7 @@ var AWSRegions = [...]string{
"ap-southeast-2",
"ap-northeast-1",
"ap-northeast-2",
"ca-central-1",
"cn-north-1",
"us-gov-west-1",
"sa-east-1",