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

Streaming connect middleware for uploading files to Amazon S3.

Results 4 connect-stream-s3 issues
Sort by recently updated
recently updated
newest added

I am getting this error when trying to upload a file, where can I look to understand the causing issue ?

Hi, Is it possible to resume multi-part uploads? Just came by this, http://aws.typepad.com/aws/2010/11/amazon-s3-multipart-upload.html . Apparently S3 should support that.

I have a single file input on a page with the [multiple attribute](http://www.w3.org/TR/html-markup/input.file.html#input.file.attrs.multiple). When you select multiple values in the input, this bombs. I'll try to get a code sample...

I believe it would be great to have both these two features. Probably compressing can be achieved with some middleware that compresses the file on the server before it gets...