nathanpeck / s3-upload-stream

A Node.js module for streaming data to Amazon S3 via the multipart upload API
MIT License
347 stars 46 forks source link

uploading multiple files #50

Open noamski opened 6 years ago

noamski commented 6 years ago

Hey, Is there a way to upload multiple files using this library? do i need to combine two file streams into one or is there another way ?