mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
af273c5d0fa0771bdfbc954f446305a7803c94b9
Introduction
Minio is an open source object storage released under Apache license v2.
It uses Rubberband Erasure coding to dynamically protect the data.
Minio was inspired by Amazon S3 API and Haystack Object Format.
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
Description
High Performance Object Storage for AI
amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
Readme
AGPL-3.0
186 MiB
Languages
Go
99%
Shell
0.8%
Makefile
0.1%