Skip to content

Commit 871968f

Browse files
committed
remove transform
1 parent 6ec5014 commit 871968f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

qiniu/rs.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,6 @@ PutPolicy.prototype.getFlags = function(putPolicy) {
189189
if (this.persistentNotifyUrl != null) {
190190
flags['persistentNotifyUrl'] = this.persistentNotifyUrl;
191191
}
192-
if (this.transform != null) {
193-
flags['transform'] = this.transform;
194-
}
195-
if (this.fopTimeout != null) {
196-
flags['fopTimeout'] = this.fopTimeout;
197-
}
198192
flags['deadline'] = this.expires + Math.floor(Date.now() / 1000);
199193
return flags;
200194
}

0 commit comments

Comments
 (0)