@@ -405,7 +405,7 @@ |
||
| 405 | 405 | */ |
| 406 | 406 | public function getUploadToken($key = null, $expires = 3600, $policy = null) |
| 407 | 407 | { |
| 408 | - return $this->getAuthManager()->uploadToken($this->bucket , $key , $expires , $policy); |
|
| 408 | + return $this->getAuthManager()->uploadToken($this->bucket, $key, $expires, $policy); |
|
| 409 | 409 | } |
| 410 | 410 | |
| 411 | 411 | /** |