K
K
kosinus20122015-08-21 03:15:15
Amazon Web Services
kosinus2012, 2015-08-21 03:15:15

Which solution to choose for uploading and storing files from 2GB and above?

The main goal is the safe storage of large files on the server, as well as the transfer of these files for saving to the user no more than two to five times a month.
At the moment, I use the plupload plugin to upload files .
Advise an option for storing files from 2gb and above and how best to implement the return of these files?
Ps As I understand it, to store information, you can use the service from Amazon - Amazon Simple Storage Service ( Amazon S3 ) by attaching the plupload plugin to it .
Do I need to use HTTP caching in this case (for example Varnish), and how to organize it correctly? Let me explain, the current server has 10gb free, the user needs a link to the file from S3 to download it. It would be interesting not to constantly pull files from S3, but save them to a temporary cache, check if the user again requests such files to issue them again from the cache.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Puma Thailand, 2015-08-21
@opium

yes, you can use c3
caching is not necessary, you have giant files, why the hell is caching there?
And what is the point of giving them from the cache, and not from c3?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question