Skip to content

Commit 81e70f0

Browse files
committed
Merge pull request #166 from ftwbzhao/develop
Duplicate code
2 parents 798ae55 + 89a1310 commit 81e70f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/mkzip.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
use Qiniu\Auth;
55
use Qiniu\Processing\PersistentFop;
66

7-
// 去我们的portal 后台来获取AK, SK
8-
$accessKey = 'access key';
9-
$secretKey = 'secret key';
10-
117
$accessKey = 'Access_Key';
128
$secretKey = 'Secret_Key';
139
$auth = new Auth($accessKey, $secretKey);

0 commit comments

Comments
 (0)