anacronw / multer-s3

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

skipping shouldTransform #132

Closed kerubkim closed 3 years ago

kerubkim commented 4 years ago

Hi I have been trying to resize the image before it gets send to S3 bucket but shouldTransform is being skipped hence not doing any transforms. I did npm install multer-s3-transform

Thanks

LinusU commented 3 years ago

This is not the repo for multer-s3-transform...

I would recommend using Multer 3.x which gives you a stream that you can pass on to anything...