Uploading a generated file in a function with multer
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 1.1k
- Avg merge
- 8d 2h
- Merged PRs (30d)
- 21
Description
I want to upload a file that is not coming in with a post request, instead I am generating a string and want to save that directly to my S3 bucket as a txt file.
Preferably I would like to call upload(file) and it just uploads as if it came from an app.post request.
Any idea how to do this?
Contributor guide
Assessment
This issue has not been assessed yet.