Hacker News new | ask | show | jobs
by synergy20 1426 days ago
what are the strongest competitors to S3? S3 is so dominant I rarely looked into anything else for cloud storage.
1 comments

S3 is just a protocol. Minio is one example of software which implements this protocol. You're programming against S3, using amazon SDK, but you change endpoint to another provider and it just works.

I guess it wouldn't work for all the intricacies, but for commonly used stuff it works.