File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
$ SDK_VER = "6.1.9 " ;
12
12
13
- $ QINIU_UP_HOST = 'http://up .qiniu.com ' ;
13
+ $ QINIU_UP_HOST = 'http://upload .qiniu.com ' ;
14
14
$ QINIU_RS_HOST = 'http://rs.qbox.me ' ;
15
15
$ QINIU_RSF_HOST = 'http://rsf.qbox.me ' ;
16
16
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ class Qiniu_RS_PutPolicy
54
54
public $ FsizeLimit ;
55
55
public $ SaveKey ;
56
56
public $ PersistentOps ;
57
+ public $ PersistentPipeline ;
57
58
public $ PersistentNotifyUrl ;
58
59
public $ FopTimeout ;
59
60
public $ MimeLimit ;
@@ -105,6 +106,9 @@ public function Token($mac) // => $token
105
106
if (!empty ($ this ->PersistentOps )) {
106
107
$ policy ['persistentOps ' ] = $ this ->PersistentOps ;
107
108
}
109
+ if (!empty ($ this ->PersistentPipeline )) {
110
+ $ policy ['persistentPipeline ' ] = $ this ->PersistentPipeline ;
111
+ }
108
112
if (!empty ($ this ->PersistentNotifyUrl )) {
109
113
$ policy ['persistentNotifyUrl ' ] = $ this ->PersistentNotifyUrl ;
110
114
}
You can’t perform that action at this time.
0 commit comments