High Performance Object Storage for AI
Go to file
koolhead17 204ec2c6c0 doc:README.md/Updated to sync with docs.minio.io (#2210)
* doc:README.md/Updated to sync with docs.minio.io

* doc:README.me/Modified the minio server output terminal to reflect new release changes.

* docs:README.md/Modified and changed location of other markdown files.
2016-07-15 15:03:59 -07:00
.github Created ISSUE_TEMPLATE with basic information 2016-06-03 10:31:08 +05:30
buildscripts filter GOPATH from stack trace (#1755) 2016-05-25 02:32:35 -07:00
dist Tool for running benchmark comparison of 2 commits (#2161) 2016-07-12 02:08:38 -07:00
docs doc:README.md/Updated to sync with docs.minio.io (#2210) 2016-07-15 15:03:59 -07:00
pkg XL/PutObject: Add single putObject and multipart caching. (#2115) 2016-07-08 20:34:27 -07:00
vendor vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
.gitignore Remove binary files from previous commit. 2016-05-10 15:49:17 -07:00
.mailmap Update AB's duplicate email address 2015-08-20 16:10:01 -07:00
.mention-bot Add mention-bot config 2016-05-20 13:53:15 -07:00
.travis.yml xl: Make namespace locking granular for PutObject (#2199) 2016-07-13 11:56:25 -07:00
access-key.go server: Change color codes for headings and sub-headings. (#2197) 2016-07-13 00:56:00 -07:00
accesslog-handler.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
api-datatypes.go api: verify Location constraint for make bucket. (#1342) 2016-04-20 17:35:38 -07:00
api-errors.go Added specific error for InvalidObjectName (#2157) 2016-07-09 17:11:08 -07:00
api-headers_test.go handlers: Cleanup time handlers helpers. 2016-03-07 10:47:45 -08:00
api-headers.go XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189) 2016-07-12 12:45:17 -07:00
api-resources.go server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
api-response-multipart.go API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005) 2016-06-28 14:51:49 -07:00
api-response.go Send XML header before the first of whitespace chars (#2046) 2016-06-30 18:48:50 -07:00
api-router.go URL Encode X-Amz-Copy-Source as per the spec (#2114) 2016-07-06 15:42:17 -07:00
appveyor.yml server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
auth-handler.go handler/PUT: Handle signature verification through a custom reader. (#2066) 2016-07-05 01:04:50 -07:00
benchmark-utils_test.go benchmarks: add parallel benchmarks for PutObject/GetObject. (#2159) 2016-07-10 11:08:45 -07:00
bucket-handlers.go List Objects version 2. (#1815) 2016-05-31 22:10:55 -07:00
bucket-policy-handlers_test.go tests: Move signature calculation in separate function. (#2160) 2016-07-10 11:10:59 -07:00
bucket-policy-handlers.go fix: use readSizeV1 wherever applicable. (#2093) 2016-07-04 19:21:15 -07:00
bucket-policy-parser_test.go api/bucket-policy: Add unit tests for more coverage, fixes couple of bugs. (#2055) 2016-06-30 23:49:59 -07:00
bucket-policy-parser.go api/bucket-policy: Add unit tests for more coverage, fixes couple of bugs. (#2055) 2016-06-30 23:49:59 -07:00
bucket-policy.go server: Deadcode removal. (#1517) 2016-05-07 21:47:33 -07:00
build-constants.go filter GOPATH from stack trace (#1755) 2016-05-25 02:32:35 -07:00
certs.go getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039) 2016-06-30 15:49:18 -07:00
checkport.go server: Change server startup message. (#2195) 2016-07-12 23:21:18 -07:00
commands.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
config-migrate.go posix: Support UNC paths on windows. (#1887) 2016-06-13 02:53:09 -07:00
config-old.go quick/config: No need to use Data() with type assertion. (#1480) 2016-05-04 20:22:15 -07:00
config-v4.go quick/config: No need to use Data() with type assertion. (#1480) 2016-05-04 20:22:15 -07:00
config.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
CONTRIBUTING.md Minor changes to CONTIRBUTING.md instructions (#1403) 2016-04-27 16:57:16 -07:00
damerau-levenshtein.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
Dockerfile New Dockerfile for building & running minio inside Docker (inc. autobuild support) (#1473) (#1485) 2016-05-04 17:07:19 -07:00
erasure_test.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
erasure-createfile.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
erasure-readfile_test.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
erasure-readfile.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
erasure-utils.go xl/fs: offset and length cannot be negative. (#2121) 2016-07-07 01:30:34 -07:00
format-config-v1_test.go XL/format: Fix a bug in checkDisksConsistency. (#1894) 2016-06-14 01:12:15 -07:00
format-config-v1.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
FreeBSD.md docs: FreeBSD minio source intructions (#1421) 2016-04-29 13:35:20 -07:00
fs-v1_test.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
fs-v1-errors.go FS: check whether disk format is FS or not. (#2083) 2016-07-03 20:01:40 -07:00
fs-v1-metadata.go Avoid creating tmp directories under .minio/tmp/ to facilitate cleaning (#2187) 2016-07-12 09:38:45 -07:00
fs-v1-multipart-common.go XL: Relax write quorum further to N/2 + 1. (#2018) 2016-06-29 02:10:40 -07:00
fs-v1-multipart.go Avoid creating tmp directories under .minio/tmp/ to facilitate cleaning (#2187) 2016-07-12 09:38:45 -07:00
fs-v1.go XL/fs: DeleteVol should not return error cleaning multipart dir for errVolumeNotFound (#2188) 2016-07-12 10:07:32 -07:00
generic-handlers.go handlers/generic: Remove support for 'x-minio-date' (#2064) 2016-07-02 01:51:17 -07:00
globals.go Use normal color instead of forced white for users who have bright terminal background (#2200) 2016-07-13 14:27:36 -07:00
handler-utils_test.go Cleanup: Moving IsValidLocationContraint to handler utils 2016-04-28 20:01:11 -07:00
handler-utils.go Cleanup: Moving IsValidLocationContraint to handler utils 2016-04-28 20:01:11 -07:00
host-to-ip_test.go server: Sort ips based on their last octet value. (#2198) 2016-07-13 06:34:59 -07:00
host-to-ip.go server: Sort ips based on their last octet value. (#2198) 2016-07-13 06:34:59 -07:00
httprange_test.go XL/fs: GetObject should validate all its inputs. (#2142) 2016-07-08 07:46:49 -07:00
httprange.go placing the http range error in objct-api-errors. (#2150) 2016-07-08 17:22:55 -07:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
logger_test.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
logger-console-hook.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
logger-file-hook.go posix: Mkdir() and OpenFile() should honor umask. (#1972) 2016-06-23 20:19:27 -07:00
logger-syslog-hook_nix.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
logger-syslog-hook_windows.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
logger.go filter GOPATH from stack trace (#1755) 2016-05-25 02:32:35 -07:00
main_test.go Migrate this project to minio micro services code 2015-10-16 11:26:08 -07:00
main.go server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
MAINTAINERS.md build: Add release builds, now generated with 'make release' 2016-02-23 15:14:02 -08:00
Makefile docker: Remove unneeded docker files and makefile tags. 2016-06-21 15:31:30 -07:00
Minio_Browser.png doc:README.md/Updated to sync with docs.minio.io (#2210) 2016-07-15 15:03:59 -07:00
namespace-lock_test.go tests: Remove racey failedDisks behavior in RenameObject tests. (#2138) 2016-07-07 19:50:44 -07:00
namespace-lock.go XL/PutObject: Add single putObject and multipart caching. (#2115) 2016-07-08 20:34:27 -07:00
NOTICE Fix typo 2016-03-09 13:55:58 +01:00
notifier.go server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
object_api_suite_test.go Object layer tests revamp for individual execution (#2134) 2016-07-07 15:05:51 -07:00
object-api-getobject_test.go benchmarks: add parallel benchmarks for PutObject/GetObject. (#2159) 2016-07-10 11:08:45 -07:00
object-api-getobjectinfo_test.go organizing the benchmarks in the right test files (#2154) 2016-07-09 00:45:49 -07:00
object-api-listobjects_test.go Object layer tests revamp for individual execution (#2134) 2016-07-07 15:05:51 -07:00
object-api-multipart_test.go organizing the benchmarks in the right test files (#2154) 2016-07-09 00:45:49 -07:00
object-api-putobject_test.go benchmarks: add parallel benchmarks for PutObject/GetObject. (#2159) 2016-07-10 11:08:45 -07:00
object-common.go XL/bucket: Remove bucket should cleanup incomplete uploads as well. (#2173) 2016-07-12 01:01:47 -07:00
object-datatypes.go XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189) 2016-07-12 12:45:17 -07:00
object-errors.go placing the http range error in objct-api-errors. (#2150) 2016-07-08 17:22:55 -07:00
object-handlers-common.go API/CopyObject: Refactor the code and handle if-modified-since as well. (#2183) 2016-07-11 19:24:34 -07:00
object-handlers.go XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189) 2016-07-12 12:45:17 -07:00
object-interface.go XL: bring in new storage API. (#1780) 2016-05-28 16:12:51 -07:00
object-multipart-common.go XL: Relax write quorum further to N/2 + 1. (#2018) 2016-06-29 02:10:40 -07:00
object-utils_test.go Validation: Reject object names with trailing "/". (#1619) 2016-05-13 11:43:06 -07:00
object-utils.go XL/fs: Change minioMetaBucket different than '.minio' config dir. (#2190) 2016-07-12 15:21:29 -07:00
posix_test.go posix: ReadAll should handle the case when parent is not a dir. (#2163) 2016-07-11 00:15:37 -07:00
posix-dirent-fileno.go xl/fs: Split object layer into interface. (#1415) 2016-04-29 14:24:10 -07:00
posix-dirent-ino.go xl/fs: Split object layer into interface. (#1415) 2016-04-29 14:24:10 -07:00
posix-list-dir_test.go posix: Re-do tests for readDir(). (#1996) 2016-06-26 19:31:53 -07:00
posix-list-dir-nix.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 2016-05-16 14:31:28 -07:00
posix-list-dir-others.go posix: Re-do tests for readDir(). (#1996) 2016-06-26 19:31:53 -07:00
posix-prepare-path.go posix: Support UNC paths on windows. (#1887) 2016-06-13 02:53:09 -07:00
posix-utils_common.go posix: Support UNC paths on windows. (#1887) 2016-06-13 02:53:09 -07:00
posix-utils_nix_test.go posix: Mkdir() and OpenFile() should honor umask. (#1972) 2016-06-23 20:19:27 -07:00
posix-utils_nix.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 2016-06-29 02:28:46 -07:00
posix-utils_test.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 2016-06-29 02:28:46 -07:00
posix-utils_windows_test.go tests: add unit test for posix functions. (#2037) 2016-07-03 11:17:08 -07:00
posix-utils_windows.go posix-utils: fix path handling in windows. (#2053) 2016-07-01 11:44:07 -07:00
posix.go posix: ReadAll should handle the case when parent is not a dir. (#2163) 2016-07-11 00:15:37 -07:00
rate-limit-handler.go server: Add connection rate limiter for server. (#1977) 2016-06-26 03:18:07 -07:00
README.md doc:README.md/Updated to sync with docs.minio.io (#2210) 2016-07-15 15:03:59 -07:00
routers.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
rpc-client.go Misspell warnings fix (#2001) 2016-06-26 22:05:48 -07:00
rpc-server-datatypes.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 2016-06-25 14:51:06 -07:00
rpc-server.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 2016-06-25 14:51:06 -07:00
runtime-checks.go main: minio --help should print regardless of root. (#1985) 2016-06-26 03:03:52 -07:00
server_test.go tests: Move signature calculation in separate function. (#2160) 2016-07-10 11:10:59 -07:00
server_utils_test.go xl/tests: Enable server handler tests over XL. (#1512) 2016-05-06 16:47:23 -07:00
server-main.go server: Sort ips based on their last octet value. (#2198) 2016-07-13 06:34:59 -07:00
server-rlimit-nix.go server: Set rLimit properly to the max. (#1676) 2016-05-18 11:34:24 -07:00
server-rlimit-win.go server: Attempt to increase max open files. (#1328) 2016-04-18 22:05:32 -07:00
server-startup-msg.go Use normal color instead of forced white for users who have bright terminal background (#2200) 2016-07-13 14:27:36 -07:00
signals.go FS: remove .minio directory if .minio/multipart is empty. (#1899) 2016-06-16 08:50:38 +05:30
signature-jwt_test.go tests: Add tests for signature-jwt code (#2169) 2016-07-11 21:57:40 -07:00
signature-jwt.go vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
signature-v4_test.go tests: Add urlEncode tests. (#2078) 2016-07-03 19:25:04 -07:00
signature-v4-parser.go error: Signature errors should be returned with APIErrorCode. 2016-03-31 23:28:40 -07:00
signature-v4-postpolicyform.go fs: Handle cases of PutObject for an existing prefix. (#1478) 2016-05-04 12:18:40 -07:00
signature-v4-utils.go tests: Move signature calculation in separate function. (#2160) 2016-07-10 11:10:59 -07:00
signature-v4.go tests: Move signature calculation in separate function. (#2160) 2016-07-10 11:10:59 -07:00
signature-verify-reader.go handler/PUT: Handle signature verification through a custom reader. (#2066) 2016-07-05 01:04:50 -07:00
storage-datatypes.go docs: Add comments for each data types. (#1881) 2016-06-09 06:24:11 -07:00
storage-errors.go posix: Return errDiskNotWritable during disk initialization. (#2048) 2016-07-02 01:59:28 -07:00
storage-interface.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 2016-06-25 14:51:06 -07:00
strconv-bytes_test.go XL: GetObject caching implemented for XL. (#2017) 2016-07-03 17:15:38 -07:00
strconv-bytes.go XL: GetObject caching implemented for XL. (#2017) 2016-07-03 17:15:38 -07:00
test-utils_test.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
tree-walk_test.go tests: Add tests to treeWalk for sortedness, recursive listing and isEnd behaviour (#2209) 2016-07-14 18:37:43 -07:00
tree-walk-pool_test.go Added unit-tests for treeWalkPool (#1969) 2016-06-28 22:32:00 -07:00
tree-walk-pool.go XL/tree-walk: Added comments, changed variable names and structure fields to improve code readability. (#1856) 2016-06-05 11:55:45 -07:00
tree-walk.go XL: Implement ignore errors. (#2136) 2016-07-07 22:10:27 -07:00
trie.go Add trie to verify wrong inputs, and provide meaningful messages 2015-09-17 16:49:08 -07:00
typed-errors.go handler/PUT: Handle signature verification through a custom reader. (#2066) 2016-07-05 01:04:50 -07:00
update-main.go update: Remove extraneous '/' in update message. (#2207) 2016-07-14 14:08:16 -07:00
utils.go Part ID check (#1730) 2016-05-24 01:52:47 -07:00
version_test.go Move all server and controller packages into top-level 2015-09-19 01:07:42 -07:00
version-main.go console: Fix console color printing on windows. 2016-03-04 10:07:19 -08:00
web-handlers.go vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
web-router.go xl/fs: Split object layer into interface. (#1415) 2016-04-29 14:24:10 -07:00
xl-v1_test.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
xl-v1-bucket.go XL: Ignore and continue for cases when bucket does not exist. (#2205) 2016-07-13 13:44:33 -07:00
xl-v1-common.go Use new algorithm to get fixed random order of disks (#2147) 2016-07-08 15:38:47 -07:00
xl-v1-errors.go server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
xl-v1-healing_test.go XL: listOnlineDisks should use modTime instead of version. (#2166) 2016-07-12 15:20:31 -07:00
xl-v1-healing.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
xl-v1-list-objects.go tree-walk: unify FS and XL tree-walk with functional approach. (#2027) 2016-07-04 01:49:27 -07:00
xl-v1-metadata_test.go tests: improve unit tests for xl-v1-metadata. (#2172) 2016-07-11 11:42:01 -07:00
xl-v1-metadata.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
xl-v1-multipart-common.go XL: Ignore and continue for cases when bucket does not exist. (#2205) 2016-07-13 13:44:33 -07:00
xl-v1-multipart.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
xl-v1-object_test.go tests: Remove racey failedDisks behavior in RenameObject tests. (#2138) 2016-07-07 19:50:44 -07:00
xl-v1-object.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 2016-07-14 14:59:01 -07:00
xl-v1-utils_test.go xl: Make namespace locking granular for PutObject (#2199) 2016-07-13 11:56:25 -07:00
xl-v1-utils.go xl: Make namespace locking granular for PutObject (#2199) 2016-07-13 11:56:25 -07:00
xl-v1.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00

Minio Quickstart Guide

Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.

1. Download

Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL.

Platform Architecture URL
GNU/Linux 64-bit Intel https://dl.minio.io/server/minio/release/linux-amd64/minio
32-bit Intel https://dl.minio.io/server/minio/release/linux-386/minio
32-bit ARM https://dl.minio.io/server/minio/release/linux-arm/minio
Apple OS X 64-bit Intel https://dl.minio.io/server/minio/release/darwin-amd64/minio
Microsoft Windows 64-bit https://dl.minio.io/server/minio/release/windows-amd64/minio.exe
32-bit https://dl.minio.io/server/minio/release/windows-386/minio.exe
FreeBSD 64-bit https://dl.minio.io/server/minio/release/freebsd-amd64/minio

Install from Source

Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow How to install Golang.

$ go get -d github.com/minio/minio
$ cd $GOPATH/src/github.com/minio/minio
$ make

2. Run Minio Server

1. GNU/Linux

$ chmod +x minio
$ ./minio --help
$ ./minio server ~/Photos

Endpoint:  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000
AccessKey: USWUXHGYZQYFYFFIT3RE 
SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 
Region:    us-east-1

Browser Access:
  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000

Command-line Access: https://docs.minio.io/docs/minio-client-quick-start-guide
  $ mc config host add myminio http://10.0.0.10:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03

Object API (Amazon S3 compatible):
  Go:         https://docs.minio.io/docs/golang-client-quickstart-guide
  Java:       https://docs.minio.io/docs/java-client-quickstart-guide
  Python:     https://docs.minio.io/docs/python-client-quickstart-guide
  JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide

2. OS X

$ chmod 755 minio
$ ./minio --help
$ ./minio server ~/Photos

Endpoint:  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000
AccessKey: USWUXHGYZQYFYFFIT3RE 
SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 
Region:    us-east-1

Browser Access:
  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000

Command-line Access: https://docs.minio.io/docs/minio-client-quick-start-guide
  $ mc config host add myminio http://10.0.0.10:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03

Object API (Amazon S3 compatible):
  Go:         https://docs.minio.io/docs/golang-client-quickstart-guide
  Java:       https://docs.minio.io/docs/java-client-quickstart-guide
  Python:     https://docs.minio.io/docs/python-client-quickstart-guide
  JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide

3.Microsoft Windows

C:\Users\Username\Downloads> minio.exe --help
C:\Users\Username\Downloads> minio.exe server D:\Photos

Endpoint:  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000
AccessKey: USWUXHGYZQYFYFFIT3RE 
SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 
Region:    us-east-1

Browser Access:
   http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000

Command-line Access: https://docs.minio.io/docs/minio-client-quick-start-guide
   $ mc.exe config host add myminio http://10.0.0.10:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03

Object API (Amazon S3 compatible):
   Go:         https://docs.minio.io/docs/golang-client-quickstart-guide
   Java:       https://docs.minio.io/docs/java-client-quickstart-guide
   Python:     https://docs.minio.io/docs/python-client-quickstart-guide
   JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide

4. Docker Container

$ docker pull minio/minio
$ docker run -p 9000:9000 minio/minio

5. FreeBSD

$ chmod 755 minio
$ ./minio --help
$ ./minio server ~/Photos

Endpoint:  http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000
AccessKey: USWUXHGYZQYFYFFIT3RE 
SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 
Region:    us-east-1

Browser Access:
   http://10.0.0.10:9000  http://127.0.0.1:9000  http://172.17.0.1:9000

Command-line Access: https://docs.minio.io/docs/minio-client-quick-start-guide
   $ mc config host add myminio http://10.0.0.10:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03

Object API (Amazon S3 compatible):
   Go:         https://docs.minio.io/docs/golang-client-quickstart-guide
   Java:       https://docs.minio.io/docs/java-client-quickstart-guide
   Python:     https://docs.minio.io/docs/python-client-quickstart-guide
   JavaScript: https://docs.minio.io/docs/javascript-client-quickstart-guide

3. Test Minio Server using Minio Browser

Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on minio server.

Screenshot

4. Test Minio Server using mc

Install mc from here. Use mc ls command to list all the buckets on your minio server.

$ mc ls myminio/
[2015-08-05 08:13:22 IST]     0B andoria/
[2015-08-05 06:14:26 IST]     0B deflector/
[2015-08-05 08:13:11 IST]     0B ferenginar/
[2016-03-08 14:56:35 IST]     0B jarjarbing/
[2016-01-20 16:07:41 IST]     0B my.minio.io/

For more examples please navigate to Minio Client Complete Guide.

5. Explore Further

6. Contribute to Minio Project

Please follow Minio Contributor's Guide