Add S3 Storage Backend #1236

Merged
nupplaphil merged 5 commits from feat/s3 into develop 2022-02-25 14:56:05 +01:00
Showing only changes of commit 52edb1711a - Show all commits

View file

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