@@ -1,9 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | require_once __DIR__ . '/../autoload.php'; |
3 | 3 | |
4 | - use Qiniu\Auth; |
|
5 | - use Qiniu\Processing\PersistentFop; |
|
6 | - |
|
7 | 4 | // 后台来获取AK, SK |
8 | 5 | $accessKey = 'Access_Key'; |
9 | 6 | $secretKey = 'Secret_Key'; |