mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(put) onPut: add options
This commit is contained in:
parent
6cbed24e7b
commit
ce693d4fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
gunzip : query === 'unzip'
|
||||
};
|
||||
|
||||
pipe.create(readStream, name, function(error) {
|
||||
pipe.create(readStream, name, options, function(error) {
|
||||
var msg;
|
||||
|
||||
if (!error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue