mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #57346 from nextcloud/backport/57186/stable32
This commit is contained in:
commit
b3347f1821
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ trait S3ConnectionTrait {
|
|||
throw new \Exception('Bucket has to be configured.');
|
||||
}
|
||||
|
||||
if (isset($params['multibucket']) && $params['multibucket'] === true && isset($params['perBucket'][$params['bucket']])) {
|
||||
if (isset($params['perBucket'][$params['bucket']])) {
|
||||
$params = array_merge($params, $params['perBucket'][$params['bucket']]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue