anacronw / multer-s3

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

is the method 'shouldTransform' still available? #104

Closed robsilva closed 3 years ago

robsilva commented 6 years ago

Did the method 'shouldTransform' ever get merged into this project? https://www.npmjs.com/package/multer-s3-transform is forwarding here, but I cannot see any mentions of it in the codebase. I am looking for a hook to use sharp() to pre-process my images. Thanks!

tomcoppensucll commented 5 years ago

Did you find a solution?

lschwe commented 5 years ago

use this one npm install multer-s3-transform

kerubkim commented 4 years ago

I have npm install multer-s3-transform but shouldTransform is being skipped?

LinusU commented 3 years ago

I would recommend using Multer 3.x to transform the streams...

Closing due to inactivity...