Fix akeeba library

pull/1329/head
Philipp 2022-02-24 22:57:45 +01:00 committed by Michael
parent 8580239ff2
commit cf149f35f3
1 changed files with 4 additions and 0 deletions

View File

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