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 798ae55 + 89a1310 commit 81e70f0Copy full SHA for 81e70f0
examples/mkzip.php
@@ -4,10 +4,6 @@
4
use Qiniu\Auth;
5
use Qiniu\Processing\PersistentFop;
6
7
-// 去我们的portal 后台来获取AK, SK
8
-$accessKey = 'access key';
9
-$secretKey = 'secret key';
10
-
11
$accessKey = 'Access_Key';
12
$secretKey = 'Secret_Key';
13
$auth = new Auth($accessKey, $secretKey);
0 commit comments