anacronw / multer-s3

multer storage engine for amazon s3
MIT License
662 stars 193 forks source link

Fix file size calculation #191

Open benglewis opened 2 years ago

benglewis commented 2 years 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 2 years ago

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

Could you link to some documentation on this?