Skip to content

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 was inspired by Amazon's S3 for its API and Facebook's Haystack for its immutable data structure.

License

mattf/minio

Repository files navigation

Dependencies

  • go1.3.3
  • godep
    • go get github.com/tools/godep
  • yasm
  • cover
    • go get code.google.com/p/go.tools/cmd/cover or yum install golang-cover

Dependency management

Install or updating a new dependency

go get -u github.com/example/dependency
# import github.com/example/dependency in go src code
godep save ./...

Commit all Godep/ modifications, including vendorized files.

Restoring dev environment dependencies

godep restore

Compiling

make

About

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 was inspired by Amazon's S3 for its API and Facebook's Haystack for its immutable data structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published