by ID1452319 on 3/9/23, 1:12 PM with 14 comments
We are considering everything from Dropbox-type solutions to blob storage in GCP.
What kind of document storage solutions are people using in 2023 to meet this use case?
by tothrowaway on 3/10/23, 12:09 PM
Wasabi gives you a free bandwidth allowance equal to the number of bytes stored per month. When I use up most of that, I start pulling from B2. And of course, if one of them is down, I pull from the other.
It's more time up front to build instead of just relying completely on GCP/Azure/AWS. But I don't have to worry as much about spontaneous account terminations destroying my business.
by s1k3s on 3/9/23, 1:51 PM
We use S3 + Cloudfront for documents that we want to be quickly accessed by our customers. We use SFTP for our internal docs when we don't care that much about availability and speed.
by speedgoose on 3/9/23, 3:59 PM
In Open-source Ceph and Minio are common. Garage is newer and has good potential too and it has a simpler design.
https://ceph.com/en/ https://min.io/ https://garagehq.deuxfleurs.fr/
by fpdavis on 3/11/23, 4:41 AM
by giaour on 3/9/23, 6:14 PM
by locustmostest on 3/9/23, 5:30 PM
The files are stored in S3, with customizable metadata storage in DynamoDB. As the system is designed to run on AWS Serverless and Managed Services, the majority of the cost will come from S3 storage fees.
by LLcolD on 3/9/23, 2:19 PM