Skip to content

Commit b3347f1

Browse files
authored
Merge pull request #57346 from nextcloud/backport/57186/stable32
2 parents f5a381a + f525ae0 commit b3347f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/ObjectStore/S3ConnectionTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function parseParams($params) {
3535
throw new \Exception('Bucket has to be configured.');
3636
}
3737

38-
if (isset($params['multibucket']) && $params['multibucket'] === true && isset($params['perBucket'][$params['bucket']])) {
38+
if (isset($params['perBucket'][$params['bucket']])) {
3939
$params = array_merge($params, $params['perBucket'][$params['bucket']]);
4040
}
4141

0 commit comments

Comments
 (0)