File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments