orangewise / s3-zip

Download selected files from an Amazon S3 bucket as a zip file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Cannot read property 'objectMode' of undefined

code4hub opened this issue · comments

Getting below error while doing zip,

s3Zip
        .archive(params, folder, file_names)
        .pipe(this.res)
node_modules/readable-stream/lib/_stream_writable.js:317
  var isBuf = !state.objectMode && _isUint8Array(chunk);
                     ^

TypeError: Cannot read property 'objectMode' of undefined