anacronw / multer-s3

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

Fix file size calculation #191

Open benglewis opened 1 year ago

benglewis commented 1 year ago

AWS doesn't promise to always return the total loaded size, sometimes it just returns the data size that was request to be loaded.

LinusU commented 1 year ago

AWS doesn't promise to always return the total loaded size

Could you link to some documentation on this?