mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
2aa21866de47203f109a76d8707167cf1b9b9dbb
Only build static lib
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 was inspired by Amazon S3 API and Haystack Object Format
Overview
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
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
Readme
AGPL-3.0
178 MiB
Languages
Go
99%
Shell
0.8%
Makefile
0.1%