J
J
John2019-06-26 12:34:43
Amazon Web Services
John, 2019-06-26 12:34:43

How to properly implement file upload on AWS?

Guys. Node advice needed. I want to write an image upload on AWS, small (up to 50 mb). When the file is still being downloaded, is it more correct to expect the downloaded file, in a temporary directory or in memory? In general, how does this affect performance? Doesn't storing in a temporary directory imply memory usage as well? Or is it somehow released after the complete receipt of the file?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2019-06-26
@Robur

It is correct to do as it is written in the docs:
https://docs.aws.amazon.com/sdk-for-javascript/v2/...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question