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 398d98e + 15fc5df commit 20954f5Copy full SHA for 20954f5
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