anacronw / multer-s3

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

Implement transforms & Update to a newer version of file-type #201

Open halimsamy opened 1 year ago

halimsamy commented 1 year ago

Implement transforms to update/change the file on the fly before uploading, which allows you to change the format of the file or create thumbnails, etc...

for more details check out https://github.com/halimsamy/multer-s3#transforming-files-before-upload

inspired by: https://github.com/kyh/multer-s3 but based on v3

lehni commented 1 year ago

Great feature @halimsamy! I hope this will be accepted and landing soon.

halimsamy commented 1 year ago

Great feature @halimsamy! I hope this will be accepted and landing soon.

Thanks @lehni! I think this package is rarely maintained now. So if you want to use it you can npm install the git repo.

lehni commented 1 year ago

Yeah I noticed the same, see https://github.com/anacronw/multer-s3/pull/199#issuecomment-1477971307

I do hope we'll get a release eventually. But I'll give it a go straight from git

aarhusgregersen commented 1 year ago

Was just looking around for this exact feature, I'd love to have this implemented in the core library instead of having to use multer-s3-transform 👍🏻