anacronw / multer-s3

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

skipping shouldTransform #138

Closed vishnusinghchauhan closed 3 years ago

vishnusinghchauhan 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

ossycodes commented 4 years ago

same, did you figure out how to fix ?

ahmetcetin commented 4 years ago

check this out: https://github.com/Aeonrush/multer-s3-with-transforms

LinusU commented 3 years ago

I did npm install multer-s3-transform

That isn't this package, open an issue at https://github.com/Aeonrush/multer-s3-with-transforms instead...