Live data from Hacker News

Alternatives to MinIO for single-node local S3

rmoff.net

1–10 of 112 posts

Re: Alternatives to MinIO for single-node local S3

#8
post #2

Just use the damn file system. Why does everyone have to put HTTP between everything?

Because you want to mock the tools you are going to use in production locally or in CI. Really good reasons to not totally change what you are doing in your app between environments.

Re: Alternatives to MinIO for single-node local S3

#9
post #2

Just use the damn file system. Why does everyone have to put HTTP between everything?

Because this is about having a local standin for S3, which (in a production deploy) often solves a different problem than a (local) filesystem.

This post does not even mention the S3 API as a replacement for a filesystem.

Post reply on HN