Completed
Pull Request — master (#3910)
by Vars
15:46
created
lib/private/Files/ObjectStore/QingStor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 			throw new \Exception('Access Key, Secret Key, and Bucket must be configured.');
44 44
 		}
45 45
 
46
-		$this->id = 'qingstor::' . $params['bucket'];
46
+		$this->id = 'qingstor::'.$params['bucket'];
47 47
 
48 48
 		$params['zone'] = empty($params['zone']) ? 'pek3a' : $params['zone'];
49 49
 		$params['host'] = empty($params['host']) ? 'qingstor.com' : $params['host'];
Please login to merge, or discard this patch.