mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	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
				High Performance Object Storage for AI
						
						
						
							
							amazon-s3cloudcloudnativecloudstoragegok8skubernetesmulti-cloudmulti-cloud-kubernetesobjectstorages3storage
						
						
						
							
								 Readme
							
						
						
							
								 AGPL-3.0
							
						
						
						
							
							
							 185 MiB
						
					
					Languages
				
				
								
								
									Go
								
								99%
							
						
							
								
								
									Shell
								
								0.8%
							
						
							
								
								
									Makefile
								
								0.1%