We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec5014 commit 871968fCopy full SHA for 871968f
qiniu/rs.js
@@ -189,12 +189,6 @@ PutPolicy.prototype.getFlags = function(putPolicy) {
189
if (this.persistentNotifyUrl != null) {
190
flags['persistentNotifyUrl'] = this.persistentNotifyUrl;
191
}
192
- if (this.transform != null) {
193
- flags['transform'] = this.transform;
194
- }
195
- if (this.fopTimeout != null) {
196
- flags['fopTimeout'] = this.fopTimeout;
197
198
flags['deadline'] = this.expires + Math.floor(Date.now() / 1000);
199
return flags;
200
0 commit comments