We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Having the same problem. Have you found a solution?
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: