Skip to content

Commit 50e3375

Browse files
committed
rm ak sk
1 parent b2fdb4b commit 50e3375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/mkzip.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
use Qiniu\Processing\PersistentFop;
66

77
// 去我们的portal 后台来获取AK, SK
8-
$accessKey = '4brtJLyWA3bplJKlkn7ZypPbzKcS-58MsF1cnsF4';
9-
$secretKey = 'jt8qbHTrBFAl6HZNt9Mmd2pcx122aJlJ-5mgS-7g';
8+
$accessKey = 'Access_Key';
9+
$secretKey = 'Secret_Key';
1010
$auth = new Auth($accessKey, $secretKey);
1111

1212

13-
$bucket = 'rwxf';
13+
$bucket = 'Bucket_Name';
1414
$key = '1.png';
1515

1616
// 异步任务的队列, 去后台新建: https://portal.qiniu.com/mps/pipeline
17-
$pipeline = 'abc';
17+
$pipeline = 'pipeline_name';
1818

1919
$pfop = new PersistentFop($auth, $bucket, $pipeline);
2020

0 commit comments

Comments
 (0)