anacronw / multer-s3

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

Fixed file size calculation for some files #197

Open mmonkey opened 1 year ago

mmonkey commented 1 year ago

In testing, I have had several files report a file size of 0, where others show the bytes as expected.

This PR is based on https://github.com/anacronw/multer-s3/pull/191.

mmonkey commented 1 year ago

Here is the AWS documentation.