Skip to content

Commit bda8fa3

Browse files
authored
Merge pull request #57345 from nextcloud/backport/57186/stable31
2 parents 97b80cd + 4b08384 commit bda8fa3

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
@@ -34,7 +34,7 @@ protected function parseParams($params) {
3434
throw new \Exception('Bucket has to be configured.');
3535
}
3636

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

0 commit comments

Comments
 (0)