Skip to content

Commit 88d1a9f

Browse files
committed
Merge pull request #104 from longbai/remove-transform
remove transform
2 parents 6ec5014 + 871968f commit 88d1a9f

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)