knox-mpu icon indicating copy to clipboard operation
knox-mpu copied to clipboard

Upload stream to s3 failed

Open fragtom opened this issue 10 years ago • 3 comments

I've used module for storing s3, for some files in my test-suite it works, but with other files not..

I receive {"part":1,"message":"Upload failed with status code 400"} .. what could be a good point to debug?

best, tom

fragtom avatar Nov 06 '14 15:11 fragtom

Having the same problem. Have you found a solution?

bergjs avatar Apr 29 '15 16:04 bergjs

puh, I cannot remember that issue, but within several bugs and misbehaviour with multipart upload we moved to the official aws-lib

fragtom avatar Apr 29 '15 19:04 fragtom

Nevermind. I had a problem with uploading from a stream and could solve it by adding

    noDisk: true,
    maxRetries: 2

to the MultipartUpload Object

bergjs avatar Apr 30 '15 08:04 bergjs