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 d2bd838 commit 55d71ceCopy full SHA for 55d71ce
lib/auth.js
@@ -43,6 +43,7 @@ function PutPolicy(opts) {
43
this.customer = opts.customer || null;
44
this.escape = opts.escape || 0;
45
this.asyncOps = opts.asyncOps || null;
46
+ this.returnBody = opts.returnBody || null;
47
}
48
49
PutPolicy.prototype.token = function() {
0 commit comments