anacronw / multer-s3

multer storage engine for amazon s3
MIT License
660 stars 190 forks source link

Fix file size on larger multipart uploads #204

Open lehni opened 1 year ago

lehni commented 1 year ago

We are encountering this problem with larger file uploads ,e.g. video files of roughly 20MB size. The total is missing, but the last event received has the actual file-size in the loaded property. This simple fix addresses this situation.

Fixes #183

tcastelli commented 1 year ago

any chances of getting this merged?

lcgiry commented 11 months ago

Hi, Yes merging it would solve some issue we're facing, that would be nice ! Thanks

immad-imtiaz commented 10 months ago

@LinusU @anacronw Can this be merged and released?

lehni commented 10 months ago

Once it's merged, you can then also close #197 and #191.

keshav-c commented 6 months ago

+1 to see this merged 🙏

Shandur commented 2 months ago

up @LinusU @anacronw

santiq commented 2 months ago

Can you guys take a look @LinusU @anacronw ? I'm willing to add unit test for this if needed