Skip to content

Commit

Permalink
rm ak sk
Browse files Browse the repository at this point in the history
  • Loading branch information
rwifeng committed Jan 11, 2016
1 parent b2fdb4b commit 50e3375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/mkzip.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
use Qiniu\Processing\PersistentFop;

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


$bucket = 'rwxf';
$bucket = 'Bucket_Name';
$key = '1.png';

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

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

Expand Down

0 comments on commit 50e3375

Please sign in to comment.