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.
2 parents 6ec5014 + 871968f commit 88d1a9fCopy full SHA for 88d1a9f
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