Fix akeeba library

pull/1236/head
Philipp 2022-02-24 22:57:45 +01:00
parent 9c4b12f868
commit 52edb1711a
No known key found for this signature in database
GPG Key ID: 24A7501396EB5432
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;