mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
Add additional regions to AWS Kinesis (#3013)
This commit is contained in:
parent
494a31fd96
commit
86e6bd1a73
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user