node-formidable / formidable

The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to upload a file to aws s3 without writing it in the OS file system?

gabriellopes00 opened this issue · comments

Hey! I'm trying to upload a file received from request (express) to aws s3 storage but I don't want to write the file to OS first and then upload to s3 from the file path... I want to upload while reading the file streams. How can I do this?

See my comment here: #745 (comment)

commented

Closing as duplicate of #745 and/or satisfied by links above.