forked from friendica/friendica-addons
Fix akeeba library
This commit is contained in:
parent
9c4b12f868
commit
52edb1711a
|
@ -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 a new issue