Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload stream to s3 failed #33

Open
fragtom opened this issue Nov 6, 2014 · 3 comments
Open

Upload stream to s3 failed #33

fragtom opened this issue Nov 6, 2014 · 3 comments

Comments

@fragtom
Copy link

fragtom commented Nov 6, 2014

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

@bergjs
Copy link

bergjs commented Apr 29, 2015

Having the same problem. Have you found a solution?

@fragtom
Copy link
Author

fragtom commented Apr 29, 2015

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

@bergjs
Copy link

bergjs commented Apr 30, 2015

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

    noDisk: true,
    maxRetries: 2

to the MultipartUpload Object

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants