How to upload a file to aws s3 without writing it in the OS file system?
gabriellopes00 opened this issue · 3 comments
gabriellopes00 commented
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?
wbt commented
addy commented
See my comment here: #745 (comment)