mirror of
https://github.com/minio/minio.git
synced 2024-12-26 15:15:55 -05:00
High Performance Object Storage for AI
amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
buildscripts | ||
Godeps | ||
pkg | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.travis.yml | ||
BUILDDEPS.md | ||
console.go | ||
CONTRIBUTING.md | ||
CONTRIBUTORS.md | ||
contributors.sh | ||
doc.go | ||
Dockerfile | ||
hash-binary.go | ||
LICENSE | ||
main.go | ||
Makefile | ||
NOTICE | ||
README.md |
Minio Server (minio)
minio
is a minimal object storage server written in Golang and licensed under Apache license v2.
minio
is compatible with Amazon S3 APIs.
Roadmap
Storage Backend:
- Donut: Erasure coded backend.
- Status: Standalone mode complete.
- Memory: In-memory backend.
- Status: Complete.
- Filesystem: Local disk filesystem backend.
- Status: Work in progress.
Storage Operations:
- Collective:
- Status: Not started.
Storage Management:
- WebCLI:
- Status: Work in progress.
- Authentication:
- Status: Work in progress.
- Admin Console:
- Status: Work in progress.
- User Console:
- Status: Work in progress.
- Logging:
- Status: Work in progress.
Join The Community
Developers
Download
-- No releases yet --
Supported platforms
Name | Supported |
---|---|
Linux | Yes |
Mac OSX | Yes |
Windows | Work in progress |