Skip to content

Commit

Permalink
Merge pull request #84 from qiniu/develop
Browse files Browse the repository at this point in the history
Release 6.1.11
  • Loading branch information
longbai committed Jul 11, 2014
2 parents 4c2327a + 6d58067 commit c4c5834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion qiniu/conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

$SDK_VER = "6.1.9";

$QINIU_UP_HOST = 'http://up.qiniu.com';
$QINIU_UP_HOST = 'http://upload.qiniu.com';
$QINIU_RS_HOST = 'http://rs.qbox.me';
$QINIU_RSF_HOST = 'http://rsf.qbox.me';

Expand Down
4 changes: 4 additions & 0 deletions qiniu/rs.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Qiniu_RS_PutPolicy
public $FsizeLimit;
public $SaveKey;
public $PersistentOps;
public $PersistentPipeline;
public $PersistentNotifyUrl;
public $FopTimeout;
public $MimeLimit;
Expand Down Expand Up @@ -105,6 +106,9 @@ public function Token($mac) // => $token
if (!empty($this->PersistentOps)) {
$policy['persistentOps'] = $this->PersistentOps;
}
if (!empty($this->PersistentPipeline)) {
$policy['persistentPipeline'] = $this->PersistentPipeline;
}
if (!empty($this->PersistentNotifyUrl)) {
$policy['persistentNotifyUrl'] = $this->PersistentNotifyUrl;
}
Expand Down

0 comments on commit c4c5834

Please sign in to comment.