knox-mpu
knox-mpu copied to clipboard
Upload stream to s3 failed
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
Having the same problem. Have you found a solution?
puh, I cannot remember that issue, but within several bugs and misbehaviour with multipart upload we moved to the official aws-lib
Nevermind. I had a problem with uploading from a stream and could solve it by adding
noDisk: true,
maxRetries: 2
to the MultipartUpload Object