Find a file
2015-02-05 10:57:55 -08:00
docs Removing xml header from response in docs 2015-02-04 16:40:02 -08:00
Godeps Updating godep 2015-01-28 20:26:52 -08:00
pkg Adding content type to backend storage drivers 2015-02-04 17:32:40 -08:00
.gitignore Adding sublime workspace to gitignore 2015-01-30 17:39:08 -08:00
BUILDDEPS.md Add mkdocs as build dependency in checkdeps.sh and BUILDDEPS.md 2015-02-03 00:42:16 -08:00
checkdeps.sh Add mkdocs as build dependency in checkdeps.sh and BUILDDEPS.md 2015-02-03 00:42:16 -08:00
CONTRIBUTING.md Consolidate developers docs and Makefile, create symlink automatically 2015-02-01 21:18:46 -08:00
doc.go Full restructure in accordance with 2015-01-14 11:29:04 -08:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
main.go Service a new WebUI server at port 8081. 2015-02-01 02:44:53 -08:00
Makefile Create the non-existent directory 2015-02-05 10:57:26 -08:00
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
README.md Implement crc32c for Darwin, update documentation 2015-01-23 19:43:51 -08:00
TODO.md Initial commit 2014-10-30 21:51:52 -07:00

Introduction

Minio is an open source object storage released under Apache license v2 . It uses Rubberband Erasure coding to dynamically protect the data. Minio's design is inspired by Amazon's S3 for its API and Facebook's Haystack for its immutable data structure.

Join Community

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

Developers

Download

-- No releases yet --

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Yes

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never

Analytics