G
G
Gleb Starkov2021-04-22 13:32:51
Laravel
Gleb Starkov, 2021-04-22 13:32:51

How does Storage::download work when working with s3 cloud?

How does it work?
The download occurs first to our server, and the return is already from ours, or does it immediately download from the cloud to the user?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
part_os, 2021-04-22
@colonel

Almost all cloud storages allow you to store an almost unlimited number of various objects, up to terabytes in size. They allow you to directly give them to users via HTTP, HTTPS.
Change the driver to FTP, it will redirect you to the FTP server and start downloading from there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question