Skip to content

Commit c4c5834

Browse files
committed
Merge pull request #84 from qiniu/develop
Release 6.1.11
2 parents 4c2327a + 6d58067 commit c4c5834

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

qiniu/conf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
$SDK_VER = "6.1.9";
1212

13-
$QINIU_UP_HOST = 'http://up.qiniu.com';
13+
$QINIU_UP_HOST = 'http://upload.qiniu.com';
1414
$QINIU_RS_HOST = 'http://rs.qbox.me';
1515
$QINIU_RSF_HOST = 'http://rsf.qbox.me';
1616

qiniu/rs.php

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Qiniu_RS_PutPolicy
5454
public $FsizeLimit;
5555
public $SaveKey;
5656
public $PersistentOps;
57+
public $PersistentPipeline;
5758
public $PersistentNotifyUrl;
5859
public $FopTimeout;
5960
public $MimeLimit;
@@ -105,6 +106,9 @@ public function Token($mac) // => $token
105106
if (!empty($this->PersistentOps)) {
106107
$policy['persistentOps'] = $this->PersistentOps;
107108
}
109+
if (!empty($this->PersistentPipeline)) {
110+
$policy['persistentPipeline'] = $this->PersistentPipeline;
111+
}
108112
if (!empty($this->PersistentNotifyUrl)) {
109113
$policy['persistentNotifyUrl'] = $this->PersistentNotifyUrl;
110114
}

0 commit comments

Comments
 (0)