Go to file
Harshavardhana a060b158c8 Add quick.CheckVersion() to verify config version quickly before unmarshalling the full struct
This is needed during migration where we would need to verify the underlying version number
in a quick way.
2015-10-07 17:44:33 -07:00
buildscripts Do not use fmt.Println with formatting strings 2015-09-23 09:21:11 -07:00
pkg Add quick.CheckVersion() to verify config version quickly before unmarshalling the full struct 2015-10-07 17:44:33 -07:00
vendor First time mode for controller 2015-10-04 16:42:16 -07:00
.gitignore Adding initial logging framework to api_router 2015-04-28 20:37:08 -07:00
.mailmap Update AB's duplicate email address 2015-08-20 16:10:01 -07:00
.travis.yml Run tests only on travis, local builds just do govet, golint and gofmt 2015-09-17 22:31:11 -07:00
assetfs.go Fetch donut stats properly, update assetfs with new changes 2015-09-26 00:38:25 -07:00
commands.go Add trie to verify wrong inputs, and provide meaningful messages 2015-09-17 16:49:08 -07:00
console.go Refactoring minio server command and flags 2015-08-20 13:07:33 -07:00
CONTRIBUTING.md Add package add and remove commands to Makefile 2015-08-22 22:23:36 -07:00
CONTRIBUTORS.md Update AB's duplicate email address 2015-08-20 16:10:01 -07:00
contributors.sh Add contributors file 2015-05-23 11:49:07 -07:00
controller-main.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
controller-router.go Add WebUI assetfs initial version 2015-09-25 00:45:23 -07:00
controller-rpc.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
controller_rpc_test.go First time mode for controller 2015-10-04 16:42:16 -07:00
doc.go Rename more 2015-07-24 18:09:53 -07:00
Dockerfile Add non-root minio user. 2015-10-02 15:22:23 -06:00
donut-disks.go remove mount-point requirement 2015-09-23 12:16:18 -07:00
donut-main.go Add probe to main 2015-09-05 21:20:54 -07:00
donut-metadata.md Update donut-metadata.md 2015-09-08 22:27:20 -07:00
donut-rpc.go Implement a new Donut service on server side 2015-09-22 19:08:02 -07:00
flags.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
globals.go First time mode for controller 2015-10-04 16:42:16 -07:00
INSTALLGO.md Update INSTALLGO.md 2015-09-09 16:02:13 -07:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
logger.go Fix logrus error message logging 2015-09-21 11:48:49 -07:00
logger_test.go Fix logrus error message logging 2015-09-21 11:48:49 -07:00
main.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
Makefile Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
minio_test.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
NOTICE Move from Minimalist Object Storage to Minio Cloud Storage 2015-07-24 17:51:40 -07:00
notifier.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
README.md Update README.md 2015-09-26 15:34:28 -07:00
rpc-definitions.go Add DiscoverServers and GetControllerNetInfo controller APIs 2015-09-23 16:06:37 -07:00
rpc-request.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-api-acl.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-api-bucket-handlers.go Canonicalize all the incoming input values, now PresignedPostPolicy works with minio-go 2015-10-06 10:21:28 -07:00
server-api-definitions.go Consolidating more codebase and cleanup in server / controller 2015-09-19 19:55:12 -07:00
server-api-errors.go Implement presigned policy 2015-10-04 00:01:34 -07:00
server-api-generic-handlers.go Simplify signature handling 2015-10-04 13:15:33 -07:00
server-api-headers.go Remove using HTTP responses in json reply always in application/xml 2015-10-04 01:22:50 -07:00
server-api-httprange.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-api-logging-handlers.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-api-object-handlers.go Simplify signature handling 2015-10-04 13:15:33 -07:00
server-api-resources.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-api-response.go Remove using HTTP responses in json reply always in application/xml 2015-10-04 01:22:50 -07:00
server-api-signature-handler.go First time mode for controller 2015-10-04 16:42:16 -07:00
server-api-signature.go Canonicalize all the incoming input values, now PresignedPostPolicy works with minio-go 2015-10-06 10:21:28 -07:00
server-api-typed-errors.go Implement presigned policy 2015-10-04 00:01:34 -07:00
server-api-utils.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
server-auth-common.go First time mode for controller 2015-10-04 16:42:16 -07:00
server-auth-config.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
server-auth.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
server-main.go First time mode for controller 2015-10-04 16:42:16 -07:00
server-router.go Simplify signature handling 2015-10-04 13:15:33 -07:00
server-rpc.go Implement a new Donut service on server side 2015-09-22 19:08:02 -07:00
server_auth_test.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
server_donut_cache_test.go Improve code further - this time further simplification of names 2015-09-19 21:21:39 -07:00
server_donut_test.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
server_signature_v4_test.go Add --json output formatter for server 2015-10-05 00:20:49 -07:00
trie.go Add trie to verify wrong inputs, and provide meaningful messages 2015-09-17 16:49:08 -07:00
vendor.json First time mode for controller 2015-10-04 16:42:16 -07:00
verify-runtime.go new version format and some cleanup 2015-09-18 23:27:04 -07:00
version-main.go new version format and some cleanup 2015-09-18 23:27:04 -07:00
version.go new version format and some cleanup 2015-09-18 23:27:04 -07:00
version_test.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00

Minio Server Gitter

Minio is a minimal cloud storage server written in Golang and licensed under Apache license v2. Minio is compatible with Amazon S3 APIs. Build Status

Minio Client

Minio Client (mc) provides a modern alternative to Unix commands like ls, cat, cp, sync, and diff. It supports POSIX compatible filesystems and Amazon S3 compatible cloud storage systems. It is entirely written in Golang.

Amazon S3 Compatible Client Libraries

Server Roadmap

Storage Backend:
- Donut: Erasure coded backend.
 - Status: Standalone mode complete.
Storage Operations:
- Collective:
  - Status: Work in progress.

Storage Management:
- WebCLI:
  - Status: Work in progress.
- Authentication:
  - Status: Work in progress.
- Admin Console:
  - Status: Work in progress.
- User Console:
  - Status: Work in progress.
- Logging:
  - Status: Work in progress.

Install

NOTE: If you happen to compile from source code, following options are not available anymore. Minio master branch is going through lots of rapid changes, documentation will be updated subsequently.

GNU/Linux

Download minio from https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio

$ wget https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio
$ chmod +x minio
$ ./minio mode memory limit 12GB expire 2h

OS X

Download minio from https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/minio

$ wget https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/minio
$ chmod +x minio
$ ./minio mode memory limit 12GB expire 2h

How to use Minio?

asciicast

Contribute to Minio Project

Please follow Minio Contributor's Guide

Jobs

If you think in Lisp or Haskell and hack in go, you would blend right in. Send your github link to callhome@minio.io.