Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 Support with fastify-multer #26

Open
tsoxas opened this issue Jul 12, 2022 · 1 comment
Open

S3 Support with fastify-multer #26

tsoxas opened this issue Jul 12, 2022 · 1 comment

Comments

@tsoxas
Copy link

tsoxas commented Jul 12, 2022

I am coming from an express project and I would like to upload files to an s3 bucket.
In express I used this package https://www.npmjs.com/package/multer-s3. Is there any similar packages to achieve the same functionality on fastify?

@yukha-dw
Copy link

You can create custom fastify-multer's StorageEngine and add upload-to-s3 functionality on _handleFile function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants