Merge pull request #28428 from justinsb/aws_region_ap_south

Automatic merge from submit-queue

AWS: Add ap-south-1 to list of known AWS regions

Adding the new ap-south-1 region (Mumbai)
This commit is contained in:
k8s-merge-robot
2016-07-14 20:28:53 -07:00
committed by GitHub

View File

@@ -38,6 +38,7 @@ var AWSRegions = [...]string{
"us-west-2",
"eu-west-1",
"eu-central-1",
"ap-south-1",
"ap-southeast-1",
"ap-southeast-2",
"ap-northeast-1",