Implement transforms & Update to a newer version of file-type#201
Open
halimsamy wants to merge 9 commits intoanacronw:masterfrom
Open
Implement transforms & Update to a newer version of file-type#201halimsamy wants to merge 9 commits intoanacronw:masterfrom
halimsamy wants to merge 9 commits intoanacronw:masterfrom
Conversation
|
Great feature @halimsamy! I hope this will be accepted and landing soon. |
Author
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 #199 (comment) 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 |
santiq
added a commit
to santiq/multer-s3
that referenced
this pull request
Aug 13, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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