You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
change amazon failover logic, make work like normal system
This commit is contained in:
@ -1826,7 +1826,7 @@ int main(int argc, char *argv[])
|
|||||||
try {
|
try {
|
||||||
string AmazonSecretKey = sysConfigOld->getConfig("Installation", "AmazonSecretKey");
|
string AmazonSecretKey = sysConfigOld->getConfig("Installation", "AmazonSecretKey");
|
||||||
|
|
||||||
if ( !AmazonAccessKey.empty() )
|
if ( !AmazonSecretKey.empty() )
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
sysConfigNew->setConfig("Installation", "AmazonSecretKey", AmazonSecretKey);
|
sysConfigNew->setConfig("Installation", "AmazonSecretKey", AmazonSecretKey);
|
||||||
|
Reference in New Issue
Block a user