Go to file
2015-06-06 14:31:50 -07:00
buildscripts Implement custom date command for cross platform portability 2015-06-04 12:32:23 -07:00
Godeps Move cli, check to minio from minio-io 2015-05-11 16:40:12 -07:00
pkg Make connection limit configurable 2015-06-06 14:31:50 -07:00
.gitattributes commid_id support 2015-03-25 01:50:01 -07:00
.gitignore Adding initial logging framework to api_router 2015-04-28 20:37:08 -07:00
.mailmap Add contributors file 2015-05-23 11:49:07 -07:00
.travis.yml Setting gimme to use go1.4.2 2015-04-28 12:22:12 -07:00
commands.go reorganize commands 2015-06-05 18:29:24 -07:00
console.go simple console 2015-04-27 22:01:07 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-05-27 18:41:14 -07:00
CONTRIBUTORS.md Add contributors file 2015-05-23 11:49:07 -07:00
contributors.sh Add contributors file 2015-05-23 11:49:07 -07:00
doc.go Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
Dockerfile Change all minio-io path to minio 2015-05-11 16:23:10 -07:00
hash-binary.go Version is now based on MD5SUM of its binary 2015-04-26 02:58:10 -07:00
INSTALLGO.md Rename BUILDDEPS.md to INSTALLGO.md 2015-05-27 17:56:54 -07:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
main.go Make connection limit configurable 2015-06-06 14:31:50 -07:00
Makefile Do not attempt to restore while saving new deps 2015-06-04 16:32:35 -07:00
NOTICE Remove docs, minimal docs going to be at minio.io instead and rest amazon docs 2015-04-10 21:21:59 -07:00
README.md Update README.md add asciinema video for minio 2015-05-27 20:16:38 -07:00

Minio Server (minio) Build Status

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.

How to use Minio?

asciicast

Minio Client (mc)

mc provides minimal tools to work with Amazon S3 compatible object storage and filesystems. Go to Minio Client.

Minimal S3 Compatible Client Libraries

Join The Community

  • Community hangout on Gitter Gitter
  • Ask questions on Quora Quora

Contribute

Download

-- No releases yet --

Supported platforms

Name Supported
Linux Yes
Mac OSX Yes
Windows Work in progress