anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

Is multipart upload enabled? #60

Closed christ182 closed 7 years ago

christ182 commented 7 years ago

How can I do multipart uploads?

anacronw commented 7 years ago

This is a multer plugin that uploads to s3. It doesn't do the multi-part parsing itself. Please see: https://github.com/expressjs/multer for more info.