@@ -43,7 +43,7 @@ |
||
| 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']; |