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 97b80cd + 4b08384 commit bda8fa3Copy full SHA for bda8fa3
lib/private/Files/ObjectStore/S3ConnectionTrait.php
@@ -34,7 +34,7 @@ protected function parseParams($params) {
34
throw new \Exception('Bucket has to be configured.');
35
}
36
37
- if (isset($params['multibucket']) && $params['multibucket'] === true && isset($params['perBucket'][$params['bucket']])) {
+ if (isset($params['perBucket'][$params['bucket']])) {
38
$params = array_merge($params, $params['perBucket'][$params['bucket']]);
39
40
0 commit comments