Add additional regions to AWS Kinesis (#3013)

This commit is contained in:
Teddy Reed 2017-02-21 20:52:10 -08:00 committed by GitHub
parent 494a31fd96
commit 86e6bd1a73

View File

@ -66,7 +66,12 @@ static const std::set<std::string> kAwsRegions = {"us-east-1",
"ap-southeast-2",
"ap-northeast-1",
"ap-northeast-2",
"sa-east-1"};
"sa-east-1",
"ap-south-1",
"us-east-2",
"ca-central-1",
"eu-west-1",
"eu-west-2"};
// Default AWS region to use when no region set in flags or profile
static RegionName kDefaultAWSRegion = Aws::Region::US_EAST_1;