logoalt Hacker News

Healthchecks.io Now Uses Self-Hosted Object Storage

78 pointsby zdwtoday at 2:29 PM44 commentsview on HN

Comments

smjburtontoday at 3:55 PM

> In March 2026, I migrated to self-hosted object storage powered by Versity S3 Gateway.

Thanks for sharing this, I wasn't even aware of Versity S3 from my searches and discussions here. I recently migrated my projects from MinIO to Garage, but this seems like another viable option to consider.

show 1 reply
tobilgtoday at 2:55 PM

I don't get it, if it's running on the same (mentioning "local") machine, why does it even need the S3 API? Could just be plain IO on the local drive(s)

show 7 replies
lsbtoday at 3:19 PM

Self Hosted object storage looks neat!

For this project, where you have 120GB of customer data, and thirty requests a second for ~8k objects (0.25MB/s object reads), you’d seem to be able to 100x the throughput vertically scaling on one machine with a file system and an SSD and never thinking about object storage. Would love to see why the complexity

show 2 replies
chasd00today at 5:12 PM

> The costs have increased: renting an additional dedicated server costs more than storing ~100GB at a managed object storage service. But the improved performance and reliability are worth it.

Were your users complaining about reliability and performance? If it cost more, adds more work (backup/restore management), and the users aren't happier then why make the change in the first place?

show 1 reply
_joeltoday at 2:45 PM

I'm sure it's a lot better now but everytime I see btrfs I get PTSD.

show 5 replies
choilivetoday at 5:00 PM

Moved object storage from AWS to CloudFlare and have been pretty happy. No problems with performance so far. Bills were 90% cheaper too (free bandwidth)

iamcreasytoday at 4:25 PM

Given the individual file size and total volume, I'd argue it make sense to use move to local only storage.

On a separate note, what tool is the final benchmark screenshot form?

show 1 reply