node-formidable/formidable

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

gabriellopes00 opened this issue · 3 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?

addy commented

See my comment here: #745 (comment)

wbt commented

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