|
|
|
|
|
by Frost1x
1680 days ago
|
|
Agreed. The question is if you need the complexity these platforms have. Do you need a distributed platform with regional load balancing and all sorts of other stuff to share a small text file with a handful of people? Absolutely not. It ultimately depends on the usecase. Small web hosts still exist, you can also still stand up a personal fileserver at home in many cases and host a file to a few people. Heck you can even email some files or host it as a torrent. If you need millions of people to see it and want it to be nearly guaranteed to survive with 99.99999... SLAs then yes, you probably do need all that platform complexity. Some of these platforms make it relatively easy. S3 isn't too bad to get up to speed with for a quick sort of file hosting strategy. |
|