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