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 ab74c38 commit 4556dabCopy full SHA for 4556dab
qiniu/rs.js
@@ -184,10 +184,10 @@ PutPolicy.prototype.getFlags = function(putPolicy) {
184
flags['endUser'] = this.endUser;
185
}
186
if (this.persistentOps != null) {
187
- flag['persistentOps'] = this.persistentOps;
+ flags['persistentOps'] = this.persistentOps;
188
189
if (this.persistentNotifyUrl != null) {
190
- flag['persistentNotifyUrl'] = this.persistentNotifyUrl;
+ flags['persistentNotifyUrl'] = this.persistentNotifyUrl;
191
192
flags['deadline'] = this.expires + Math.floor(Date.now() / 1000);
193
return flags;
0 commit comments