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 63c3c0b commit 3b33a09Copy full SHA for 3b33a09
qiniu/rs.js
@@ -256,6 +256,7 @@ function PutPolicy2(putPolicyObj) {
256
this.callbackHost = putPolicyObj.callbackHost || null;
257
this.callbackBody = putPolicyObj.callbackBody || null;
258
this.callbackBodyType = putPolicyObj.callbackBodyType || null;
259
+ this.callbackFetchKey = putPolicyObj.callbackFetchKey || null;
260
261
this.persistentOps = putPolicyObj.persistentOps || null;
262
this.persistentNotifyUrl = putPolicyObj.persistentNotifyUrl || null;
0 commit comments