Find a file
2016-07-26 15:46:41 -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: Replaced README & FreeBSD docs with updated minio server splash (#2298) 2016-07-26 15:46:41 -07:00
pkg optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
vendor api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
.gitignore Remove binary files from previous commit. 2016-05-10 15:49:17 -07:00
.mailmap
.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 api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
api-headers.go api: extract http headers with some supported header list. (#2268) 2016-07-22 20:31:45 -07:00
api-headers_test.go
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 api: Requests should be differentiated if possible based on http router. (#2219) 2016-07-17 12:32:05 -07:00
api-router.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
appveyor.yml server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
auth-handler.go api: use checkAuth now at PutBucket, DeleteBucket handlers. (#2225) 2016-07-18 23:56:27 -07:00
auth-handler_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -07:00
benchmark-utils_test.go Remove consuming benchmarks, clean up closures, correct Get and PutObject Parallel benchmarks (#2258) 2016-07-21 11:17:28 -07:00
bucket-handlers-listobjects.go api: Requests should be differentiated if possible based on http router. (#2219) 2016-07-17 12:32:05 -07:00
bucket-handlers.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
bucket-notification-datatypes.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
bucket-notification-handlers.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
bucket-notification-utils.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
bucket-notification-utils_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -07:00
bucket-policy-handlers.go fix: use readSizeV1 wherever applicable. (#2093) 2016-07-04 19:21:15 -07:00
bucket-policy-handlers_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -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-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.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 api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
config-old.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
config-v5.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -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
Dockerfile docker: Fix docker edge build 2016-07-15 15:10:38 -07:00
erasure-createfile.go erasureReadFile and erasureCreateFile testcases. (#2229) 2016-07-18 23:56:16 -07:00
erasure-createfile_test.go Enhancement for Erasure encode test. (#2287) 2016-07-25 20:36:41 -07:00
erasure-readfile.go optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
erasure-readfile_test.go optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
erasure-utils.go XL/erasure: Remove deprecated copyN function. (#2288) 2016-07-25 20:36:56 -07:00
erasure-utils_test.go Enhancement for Erasure encode test. (#2287) 2016-07-25 20:36:41 -07:00
erasure_test.go Enhancement for Erasure encode test. (#2287) 2016-07-25 20:36:41 -07:00
faulty-disk_test.go tests: Added GetObject, DeleteObject and PutObject unit-tests (#2222) 2016-07-21 13:15:54 -07:00
format-config-v1.go XL: format.json healing should cater for mismatching order. (#2285) 2016-07-26 03:18:47 -07:00
format-config-v1_test.go XL/format: Fix a bug in checkDisksConsistency. (#1894) 2016-06-14 01:12:15 -07:00
fs-createfile.go fs/XL: Return IncompleteBody{} error for short writes (#2228) 2016-07-18 19:06:48 -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 fs: Save metadata for objects in minioMetaBucket directory. (#2251) 2016-07-21 17:31:14 -07:00
fs-v1-metadata_test.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 2016-07-21 17:31:14 -07:00
fs-v1-multipart-common.go tests: xl-v1-metadata.go, xl-v1-multipart-common.go - remove unused methods, add enhance tests to improve code coverage. (#2260) 2016-07-21 15:00:11 -07:00
fs-v1-multipart.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 2016-07-21 17:31:14 -07:00
fs-v1.go tests: Using listObjects clean up remaining tree walk go routines. (#2278) 2016-07-24 15:52:12 -07:00
fs-v1_test.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 2016-07-10 14:38:15 -07:00
generic-handlers.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
globals.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
handler-utils.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
handler-utils_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -07:00
host-to-ip.go XL: Remove deadcode unionChecksumInfo. (#2261) 2016-07-21 19:07:00 -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
httprange.go placing the http range error in objct-api-errors. (#2150) 2016-07-08 17:22:55 -07:00
httprange_test.go XL/fs: GetObject should validate all its inputs. (#2142) 2016-07-08 07:46:49 -07:00
leak-detect_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -07:00
LICENSE
logger-amqp.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -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-elasticsearch.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
logger-file-hook.go posix: Mkdir() and OpenFile() should honor umask. (#1972) 2016-06-23 20:19:27 -07:00
logger-redis.go XL/erasure: Remove deprecated copyN function. (#2288) 2016-07-25 20:36:56 -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 api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -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
main.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
main_test.go
MAINTAINERS.md
Makefile docker: Remove unneeded docker files and makefile tags. 2016-06-21 15:31:30 -07:00
namespace-lock.go XL/PutObject: Add single putObject and multipart caching. (#2115) 2016-07-08 20:34:27 -07:00
namespace-lock_test.go tests: Remove racey failedDisks behavior in RenameObject tests. (#2138) 2016-07-07 19:50:44 -07:00
NOTICE
notifier.go server: terminal width should fallback to 80x25. (#1895) 2016-06-12 19:35:28 -07:00
object-api-getobject_test.go Get Object disk not found test (#2264) 2016-07-21 19:06:50 -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 tests: Using listObjects clean up remaining tree walk go routines. (#2278) 2016-07-24 15:52:12 -07:00
object-api-multipart_test.go Remove consuming benchmarks, clean up closures, correct Get and PutObject Parallel benchmarks (#2258) 2016-07-21 11:17:28 -07:00
object-api-putobject_test.go Get Object disk not found test (#2264) 2016-07-21 19:06:50 -07:00
object-common.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 2016-07-21 17:31:14 -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 api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -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.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
object-utils_test.go utils: BucketNames with double periods and ip address should be rejected. (#2213) 2016-07-15 17:30:37 -07:00
object_api_suite_test.go Object layer tests revamp for individual execution (#2134) 2016-07-07 15:05:51 -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-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-list-dir_test.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.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 2016-06-29 02:28:46 -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_test.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 2016-06-29 02:28:46 -07:00
posix-utils_windows.go posix-utils: fix path handling in windows. (#2053) 2016-07-01 11:44:07 -07:00
posix-utils_windows_test.go tests: add unit test for posix functions. (#2037) 2016-07-03 11:17:08 -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
posix_test.go posix: ReadAll should handle the case when parent is not a dir. (#2163) 2016-07-11 00:15:37 -07:00
queues.go api: Bucket notification add filter rules check and validate. (#2272) 2016-07-25 17:53:55 -07:00
queues_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -07:00
rate-limit-handler.go Rate limit is working and supports limited waiting clients (#2295) 2016-07-26 14:17:11 -07:00
README.md Doc: Replaced README & FreeBSD docs with updated minio server splash (#2298) 2016-07-26 15:46:41 -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-main.go Server http and https on the same port using a customized server (#2247) 2016-07-24 12:30:57 -07:00
server-mux.go Server http and https on the same port using a customized server (#2247) 2016-07-24 12:30:57 -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
server_test.go api: Implement bucket notification. (#2271) 2016-07-23 22:51:12 -07:00
server_utils_test.go xl/tests: Enable server handler tests over XL. (#1512) 2016-05-06 16:47:23 -07:00
signals.go FS: remove .minio directory if .minio/multipart is empty. (#1899) 2016-06-16 08:50:38 +05:30
signature-jwt.go vendorize: update all vendorized packages. (#2206) 2016-07-14 14:59:20 -07:00
signature-jwt_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -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-v4_test.go tests: Add urlEncode tests. (#2078) 2016-07-03 19:25:04 -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.go XL: GetObject caching implemented for XL. (#2017) 2016-07-03 17:15:38 -07:00
strconv-bytes_test.go XL: GetObject caching implemented for XL. (#2017) 2016-07-03 17:15:38 -07:00
test-utils_test.go api: Add bucket notification util tests. (#2289) 2016-07-26 00:01:35 -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-pool_test.go Added unit-tests for treeWalkPool (#1969) 2016-06-28 22:32:00 -07:00
tree-walk.go tree-walk: optimize tree walk such that leaf detection of entries is delayed till the entry is sent on the treeWalkResult channel. (#2220) 2016-07-17 15:16:52 -07:00
tree-walk_test.go tree-walk: optimize tree walk such that leaf detection of entries is delayed till the entry is sent on the treeWalkResult channel. (#2220) 2016-07-17 15:16:52 -07:00
trie.go
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 api: xmlDecoder should honor contentLength. (#2226) 2016-07-18 21:20:17 -07:00
version-main.go
version_test.go
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-bucket.go XL: Operations on uploads.json should cater for disk being unavailable. (#2277) 2016-07-24 18:08:15 -07:00
xl-v1-common.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 2016-07-21 00:27:08 -07:00
xl-v1-errors.go server: Remove deadcode/deprecated code. (#2088) 2016-07-04 14:46:38 -07:00
xl-v1-healing.go Removing readAllMeta from xl-v1-healing.go and placing it in xl-v1-utils.go (#2296) 2016-07-26 11:34:48 -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-list-objects.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 2016-07-21 00:27:08 -07:00
xl-v1-metadata.go XL/GetObject: When disk is not available, checksum should be empty. (#2276) 2016-07-24 22: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-multipart-common.go XL: Operations on uploads.json should cater for disk being unavailable. (#2277) 2016-07-24 18:08:15 -07:00
xl-v1-multipart.go XL: Operations on uploads.json should cater for disk being unavailable. (#2277) 2016-07-24 18:08:15 -07:00
xl-v1-object.go optimize memory allocation during erasure-read by using temporary buffer pool. (#2259) 2016-07-25 14:17:01 -07:00
xl-v1-object_test.go tests: Added GetObject, DeleteObject and PutObject unit-tests (#2222) 2016-07-21 13:15:54 -07:00
xl-v1-utils.go Removing readAllMeta from xl-v1-healing.go and placing it in xl-v1-utils.go (#2296) 2016-07-26 11:34:48 -07:00
xl-v1-utils_test.go XL: Remove deadcode unionChecksumInfo. (#2261) 2016-07-21 19:07:00 -07:00
xl-v1.go XL: format.json healing should cater for mismatching order. (#2285) 2016-07-26 03:18:47 -07:00
xl-v1_test.go XL: Remove deadcode unionChecksumInfo. (#2261) 2016-07-21 19:07:00 -07:00

Minio Quickstart Guide Gitter

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

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-quickstart-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

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-quickstart-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

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-quickstart-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


Docker Container


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

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-quickstart-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