You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Harshavardhana
d89118e3b6
|
10 years ago | |
---|---|---|
Godeps | 10 years ago | |
buildscripts | 10 years ago | |
pkg | 10 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
.mailmap | 10 years ago | |
.travis.yml | 10 years ago | |
BUILDDEPS.md | 10 years ago | |
CONTRIBUTING.md | 10 years ago | |
CONTRIBUTORS.md | 10 years ago | |
Dockerfile | 10 years ago | |
LICENSE | 10 years ago | |
Makefile | 10 years ago | |
NOTICE | 10 years ago | |
README.md | 10 years ago | |
console.go | 10 years ago | |
contributors.sh | 10 years ago | |
doc.go | 10 years ago | |
hash-binary.go | 10 years ago | |
main.go | 10 years ago |
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 |