Fix akeeba library

This commit is contained in:
Philipp Holzer 2022-02-24 22:57:45 +01:00 committed by Michael
parent 8580239ff2
commit cf149f35f3

View file

@ -214,6 +214,10 @@ class Configuration
$this->setUseLegacyPathStyle(false);
}
} else {
if (empty($this->getRegion())) {
$this->setRegion('us-east-1');
}
}
$this->signatureMethod = $signatureMethod;