Fix akeeba library
parent
8580239ff2
commit
cf149f35f3
|
@ -214,6 +214,10 @@ class Configuration
|
|||
$this->setUseLegacyPathStyle(false);
|
||||
}
|
||||
|
||||
} else {
|
||||
if (empty($this->getRegion())) {
|
||||
$this->setRegion('us-east-1');
|
||||
}
|
||||
}
|
||||
|
||||
$this->signatureMethod = $signatureMethod;
|
||||
|
|
Loading…
Reference in New Issue