-
Notifications
You must be signed in to change notification settings - Fork 193
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
Getting file size 0 after upload #208
Comments
I am experiencing the same phenomenon. |
Hi, i have the same problem |
Hello, I'm also facing the same issue. |
Does this PR fix the issue for you, guys? https://github.com/anacronw/multer-s3/pull/204/files |
Need to check, @HofmT have you checked? |
@piyushdhamecha I just tried it, the callback is now returning the proper value for Here's an extract from my debugging logs with the fix:
This is my modified code from
|
@HofmT nice solution, will wait for PR to be merged and update with the latest package and test it, And thanks for the solution |
This PR works, and you can use it by running the following command to install the specific commit: |
That fix seems to work! Can we get it merged please? |
Hi guys,
I am facing one issue.
I have created middleware with multer and multer s3 to upload objects to aws s3
all seems working fine, objects are uploading properly, but in some of the files the size is 0
I investigated and found that if the file size is more than 5MB then it returns a 0
Middleware code
uploadAwsS3.js
Router
The text was updated successfully, but these errors were encountered: