Live data from Hacker News

Healthchecks.io now uses self-hosted object storage

blog.healthchecks.io

1–10 of 82 posts

Re: Healthchecks.io now uses self-hosted object storage

#7
post #5

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)

seperate machine I think given the quoted point at the end:

> 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.

Re: Healthchecks.io now uses self-hosted object storage

#9
post #5

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)

The S3 API doesn't work like normal filesystem APIs.

Part of it is that it follows the object storage model, and part of it is just to lock people into AWS once they start working with it.

Post reply on HN