s3-upload-stream icon indicating copy to clipboard operation
s3-upload-stream copied to clipboard

A Node.js module for streaming data to Amazon S3 via the multipart upload API

Results 23 s3-upload-stream issues
Sort by recently updated
recently updated
newest added

@nathanpeck AWS changed the API pretty drastically in V3 and there isn't an exactly matching "upload" method anymore. What would you suggest instead? PutObjectCommand?

There has been no commits since a while now - nor replies to issues. If this project isn't maintained - is there an alternative?

For single file upload , it's works well . so now i need to know , how to use this package for folder upload i.e multiple files upload with pause...

I am occasionally seeing this message in my production logs: ``` javascript error: Failed to complete the multipart upload on S3: {"message":"The XML you provided was not well-formed or did...

How is one supposed to track parts as they are uploaded? Our app needs to upload giant files, and we need to handle poor internet connections. So there's not always...

Was using AWS-SDK 2.239.0 for a long time, and once 'i've upgraded to latest (2.435.0) **s3-upload-stream** stopped uploading, I'm just getting a timeout now... Any ideas?

Hello, I am piping data from a sql request to a csv-stringify then to a upload srteam created with this component. Even tho I set the max concurrent parts to...

My HTML form posts the file to node and node uses s3-upload-stream to push the file to S3. But the problem is that it works only for files < 1...

I found some abnormal behaviour sometimes while uploading of videos, say I need to upload 140 MB of data. So below event is called after uploading is finished `upload.on('uploaded', function...

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 ?