Hasty Briefsbeta

Bilingual

GitHub - minio/minio: MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.

2 months ago
  • #object-storage
  • #S3-compatible
  • #open-source
  • MinIO is a high-performance, S3-compatible object storage solution under GNU AGPL v3.0.
  • Designed for AI/ML, analytics, and data-intensive workloads with industry-leading performance.
  • MinIO AIStor offers enterprise-grade support for commercial or proprietary usage.
  • MinIO community edition is now distributed as source code only; pre-compiled binaries are no longer maintained.
  • Two options to use MinIO community edition: install from source or build a Docker image.
  • Compile and run MinIO server from source using Golang (minimum version go1.24).
  • MinIO deployment starts with default root credentials (minioadmin:minioadmin).
  • Test MinIO deployment using the MinIO Console or S3-compatible tools like MinIO Client (mc).
  • Build a Docker image for MinIO using the provided Dockerfile and run it with standard Docker commands.
  • Deploy MinIO on Kubernetes using the MinIO Operator or community-maintained Helm charts.
  • MinIO Server includes an embedded web-based object browser accessible via http://127.0.0.1:9000.
  • Use MinIO Client (mc) for managing buckets and objects with commands similar to UNIX utilities.
  • MinIO contributions are guided by the MinIO Contributor's Guide.
  • MinIO source is licensed under GNU AGPLv3, and documentation under CC BY 4.0.