Merge pull request #35013 from justinsb/us_east_2

Automatic merge from submit-queue

AWS: recognize us-east-2 region
pull/6/head
Kubernetes Submit Queue 2016-11-01 18:47:07 -07:00 committed by GitHub
commit 7760c2f5fa
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ import (
// and credentialprovider.
var AWSRegions = [...]string{
"us-east-1",
"us-east-2",
"us-west-1",
"us-west-2",
"eu-west-1",