anacronw / multer-s3

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

Support Content-Encoding? #121

Closed benjamingr closed 3 years ago

benjamingr commented 5 years ago

So that the client can upload gzip?

This can be done by adding another option to the factory alike contentType :]

benjamingr commented 5 years ago

We now have our own fork supporting this: https://github.com/testimio/multer-s3.git#feature/content-encoding-support

LinusU commented 3 years ago

If @Linkgoron would like to submit their commit (https://github.com/testimio/multer-s3/commit/58257defac4d27845042e2e7c97c6cd0fc277bde) as a pull request I would be happy to accept!

Linkgoron commented 3 years ago

I'll open a PR.