Ask HN: Best document storage solution in 2023
15 points| ID1452319 | 3 years ago
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?
tothrowaway|3 years ago
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.
s1k3s|3 years ago
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.
ID1452319|3 years ago
aborsy|3 years ago
The command line isn’t very convenient.
speedgoose|3 years ago
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/
fpdavis|3 years ago
giaour|3 years ago
ID1452319|3 years ago
locustmostest|3 years ago
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.
LLcolD|3 years ago
ID1452319|3 years ago