We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5a381a + f525ae0 commit b3347f1Copy full SHA for b3347f1
lib/private/Files/ObjectStore/S3ConnectionTrait.php
@@ -35,7 +35,7 @@ protected function parseParams($params) {
35
throw new \Exception('Bucket has to be configured.');
36
}
37
38
- if (isset($params['multibucket']) && $params['multibucket'] === true && isset($params['perBucket'][$params['bucket']])) {
+ if (isset($params['perBucket'][$params['bucket']])) {
39
$params = array_merge($params, $params['perBucket'][$params['bucket']]);
40
41
0 commit comments