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:
@@ -19,6 +19,7 @@ namespace OpenWifi {
|
||||
Logger_.debug("SMSSender is disabled. Please provide key and access key in configuration.");
|
||||
return -1;
|
||||
}
|
||||
std::cout << "K:" << SecretKey_ << " A:" << AccessKey_ << " R:" << Region_ << std::endl;
|
||||
AwsConfig_.enableTcpKeepAlive = true;
|
||||
AwsConfig_.enableEndpointDiscovery = true;
|
||||
AwsConfig_.useDualStack = true;
|
||||
|
||||
Reference in New Issue
Block a user