Open halimsamy opened 1 year ago
Great feature @halimsamy! I hope this will be accepted and landing soon.
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.
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
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
👍🏻
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