mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
synced 2025-10-29 18:02:29 +00:00
Adding SMS service integration
This commit is contained in:
@@ -32,10 +32,10 @@ namespace OpenWifi {
|
||||
Aws::Client::ClientConfiguration AwsConfig_;
|
||||
Aws::Auth::AWSCredentials AwsCreds_;
|
||||
|
||||
AwsConfig_.enableTcpKeepAlive = true;
|
||||
AwsConfig_.enableEndpointDiscovery = true;
|
||||
AwsConfig_.useDualStack = true;
|
||||
AwsConfig_.verifySSL = true;
|
||||
//AwsConfig_.enableTcpKeepAlive = true;
|
||||
//AwsConfig_.enableEndpointDiscovery = true;
|
||||
//AwsConfig_.useDualStack = true;
|
||||
//AwsConfig_.verifySSL = true;
|
||||
AwsConfig_.region = Region_;
|
||||
|
||||
AwsCreds_.SetAWSAccessKeyId(AccessKey_.c_str());
|
||||
|
||||
Reference in New Issue
Block a user