L
L
lukoie2018-10-16 18:44:58
Data storage
lukoie, 2018-10-16 18:44:58

Which cloud drive to use in Laravel?

There is a hosting with a disk space of 1GB
And an application is being made on Laravel.
The application downloads a gigabyte archive and unzips it.
In total, the question is: what is ready to use to upload the archive there so that you can unzip it, read the data from there and then delete it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
lukoie, 2018-10-20
@lukoie

Firstly, you can add disk space to the tariff. But only 500MB. Each 500MB costs the same as the tariff itself. So it's not a good upgrade.
2) you can increase the tariff, but only 5 times. Accordingly, the cost will be twice as high as the current tariff - inefficient and redundant, I don’t need unclaimed functions to hang on me.
3) In this regard, I like Gino's hosting - there you choose for yourself what you need, and in the right amount, respectively, paying for what you chose in the tariff constructor. But his servers are not where I need for the project.
4) I only need a place to use it 3-4 times a month for half an hour. These are: download the archive, unpack, parse the necessary information by adding it to the database, and delete it.
5) There are probably such people, and not a few, because I found flysystem for Lara for various cloud services, incl. google drive and dropbox. To do what I need, it turned out to be a matter of half an hour.
6) The choice of a cloud service eventually came down to determining the recording speed.
7) In total, the choice was made on a Google disk (in Google Apse, so as not to use a personal disk).

S
Sanes, 2018-10-16
@Sanes

AWS S3 seems to be in Laravel.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question