Skip to content

Commit 55d71ce

Browse files
committed
Update return body support
1 parent d2bd838 commit 55d71ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function PutPolicy(opts) {
4343
this.customer = opts.customer || null;
4444
this.escape = opts.escape || 0;
4545
this.asyncOps = opts.asyncOps || null;
46+
this.returnBody = opts.returnBody || null;
4647
}
4748

4849
PutPolicy.prototype.token = function() {

0 commit comments

Comments
 (0)