arvindr21 / blueimp-file-upload-expressjs

A simple express module for integrating jQuery File Upload.
http://expressjs-fileupload.cloudno.de/
104 stars 69 forks source link

Send stream to S3 instead of reading file into memory #17

Closed maroshii closed 10 years ago

maroshii commented 10 years ago

In the Body of the S3 request a readable stream can be passed in so we could avoid buffering the file