You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Harshavardhana 55cb55675c api/multipart: Send S3 compatible error message, missing second sentence. (#2270) 8 years ago
.github Created ISSUE_TEMPLATE with basic information 8 years ago
buildscripts filter GOPATH from stack trace (#1755) 8 years ago
dist Tool for running benchmark comparison of 2 commits (#2161) 8 years ago
docs Update Minio-erasure-code-quickStart-guide.md (#2269) 8 years ago
pkg XL/PutObject: Add single putObject and multipart caching. (#2115) 8 years ago
vendor vendorize: update all vendorized packages. (#2206) 8 years ago
.gitignore Remove binary files from previous commit. 8 years ago
.mailmap Update AB's duplicate email address 9 years ago
.mention-bot Add mention-bot config 8 years ago
.travis.yml xl: Make namespace locking granular for PutObject (#2199) 8 years ago
CONTRIBUTING.md Minor changes to CONTIRBUTING.md instructions (#1403) 9 years ago
Dockerfile docker: Fix docker edge build 8 years ago
LICENSE Initial commit 10 years ago
MAINTAINERS.md build: Add release builds, now generated with 'make release' 9 years ago
Makefile docker: Remove unneeded docker files and makefile tags. 8 years ago
NOTICE Fix typo 9 years ago
README.md Doc: Modified the contents for Doctor. (#2262) 8 years ago
access-key.go server: Change color codes for headings and sub-headings. (#2197) 8 years ago
accesslog-handler.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
api-datatypes.go api: verify Location constraint for make bucket. (#1342) 9 years ago
api-errors.go api/multipart: Send S3 compatible error message, missing second sentence. (#2270) 8 years ago
api-headers.go api: Set content-encoding properly if set. (#2245) 8 years ago
api-headers_test.go handlers: Cleanup time handlers helpers. 9 years ago
api-resources.go server: Remove deadcode/deprecated code. (#2088) 8 years ago
api-response-multipart.go API: add writePartTooSmallErrorResponse to extend standard error responses. (#2005) 8 years ago
api-response.go api: Requests should be differentiated if possible based on http router. (#2219) 8 years ago
api-router.go api: Requests should be differentiated if possible based on http router. (#2219) 8 years ago
appveyor.yml server: Remove deadcode/deprecated code. (#2088) 8 years ago
auth-handler.go api: use checkAuth now at PutBucket, DeleteBucket handlers. (#2225) 8 years ago
auth-handler_test.go api: use checkAuth now at PutBucket, DeleteBucket handlers. (#2225) 8 years ago
benchmark-utils_test.go Remove consuming benchmarks, clean up closures, correct Get and PutObject Parallel benchmarks (#2258) 8 years ago
bucket-handlers-listobjects.go api: Requests should be differentiated if possible based on http router. (#2219) 8 years ago
bucket-handlers.go api: use checkAuth now at PutBucket, DeleteBucket handlers. (#2225) 8 years ago
bucket-policy-handlers.go fix: use readSizeV1 wherever applicable. (#2093) 8 years ago
bucket-policy-handlers_test.go tests: Move signature calculation in separate function. (#2160) 8 years ago
bucket-policy-parser.go api/bucket-policy: Add unit tests for more coverage, fixes couple of bugs. (#2055) 8 years ago
bucket-policy-parser_test.go api/bucket-policy: Add unit tests for more coverage, fixes couple of bugs. (#2055) 8 years ago
bucket-policy.go server: Deadcode removal. (#1517) 8 years ago
build-constants.go filter GOPATH from stack trace (#1755) 8 years ago
certs.go getCertsPath should use getConfigPath instead of defaulting to users homedir. (#2039) 8 years ago
checkport.go server: Change server startup message. (#2195) 8 years ago
commands.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
config-migrate.go posix: Support UNC paths on windows. (#1887) 8 years ago
config-old.go quick/config: No need to use Data() with type assertion. (#1480) 8 years ago
config-v4.go quick/config: No need to use Data() with type assertion. (#1480) 8 years ago
config.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
damerau-levenshtein.go xl: Moved to minio/minio - fixes #1112 9 years ago
erasure-createfile.go erasureReadFile and erasureCreateFile testcases. (#2229) 8 years ago
erasure-createfile_test.go erasureReadFile and erasureCreateFile testcases. (#2229) 8 years ago
erasure-readfile.go XL/erasure-read: refactor erasure read and add tests (#2232) 8 years ago
erasure-readfile_test.go XL/erasure-read: refactor erasure read and add tests (#2232) 8 years ago
erasure-utils.go XL/erasure-read: refactor erasure read and add tests (#2232) 8 years ago
erasure-utils_test.go XL/erasure-read: refactor erasure read and add tests (#2232) 8 years ago
erasure_test.go erasureReadFile and erasureCreateFile testcases. (#2229) 8 years ago
faulty-disk_test.go tests: Added GetObject, DeleteObject and PutObject unit-tests (#2222) 8 years ago
format-config-v1.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 8 years ago
format-config-v1_test.go XL/format: Fix a bug in checkDisksConsistency. (#1894) 8 years ago
fs-createfile.go fs/XL: Return IncompleteBody{} error for short writes (#2228) 8 years ago
fs-v1-errors.go FS: check whether disk format is FS or not. (#2083) 8 years ago
fs-v1-metadata.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
fs-v1-metadata_test.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
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) 8 years ago
fs-v1-multipart.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
fs-v1.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
fs-v1_test.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 8 years ago
generic-handlers.go handlers/generic: Remove support for 'x-minio-date' (#2064) 8 years ago
globals.go XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
handler-utils.go api: xmlDecoder should honor contentLength. (#2226) 8 years ago
handler-utils_test.go api: xmlDecoder should honor contentLength. (#2226) 8 years ago
host-to-ip.go XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
host-to-ip_test.go server: Sort ips based on their last octet value. (#2198) 8 years ago
httprange.go placing the http range error in objct-api-errors. (#2150) 8 years ago
httprange_test.go XL/fs: GetObject should validate all its inputs. (#2142) 8 years ago
logger-console-hook.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
logger-file-hook.go posix: Mkdir() and OpenFile() should honor umask. (#1972) 8 years ago
logger-syslog-hook_nix.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
logger-syslog-hook_windows.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
logger.go filter GOPATH from stack trace (#1755) 8 years ago
logger_test.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
main.go server: Remove deadcode/deprecated code. (#2088) 8 years ago
main_test.go Migrate this project to minio micro services code 9 years ago
namespace-lock.go XL/PutObject: Add single putObject and multipart caching. (#2115) 8 years ago
namespace-lock_test.go tests: Remove racey failedDisks behavior in RenameObject tests. (#2138) 8 years ago
notifier.go server: terminal width should fallback to 80x25. (#1895) 8 years ago
object-api-getobject_test.go Get Object disk not found test (#2264) 8 years ago
object-api-getobjectinfo_test.go organizing the benchmarks in the right test files (#2154) 8 years ago
object-api-listobjects_test.go Object layer tests revamp for individual execution (#2134) 8 years ago
object-api-multipart_test.go Remove consuming benchmarks, clean up closures, correct Get and PutObject Parallel benchmarks (#2258) 8 years ago
object-api-putobject_test.go Get Object disk not found test (#2264) 8 years ago
object-common.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
object-datatypes.go XL: GetObjectInfo() store and retrieve user-defined object metadata. (#2189) 8 years ago
object-errors.go placing the http range error in objct-api-errors. (#2150) 8 years ago
object-handlers-common.go API/CopyObject: Refactor the code and handle if-modified-since as well. (#2183) 8 years ago
object-handlers.go api: Set content-encoding properly if set. (#2245) 8 years ago
object-interface.go XL: bring in new storage API. (#1780) 8 years ago
object-multipart-common.go XL: Relax write quorum further to N/2 + 1. (#2018) 8 years ago
object-utils.go utils: BucketNames with double periods and ip address should be rejected. (#2213) 8 years ago
object-utils_test.go utils: BucketNames with double periods and ip address should be rejected. (#2213) 8 years ago
object_api_suite_test.go Object layer tests revamp for individual execution (#2134) 8 years ago
posix-dirent-fileno.go xl/fs: Split object layer into interface. (#1415) 9 years ago
posix-dirent-ino.go xl/fs: Split object layer into interface. (#1415) 9 years ago
posix-list-dir-nix.go logging: Log only for unhandled errors, remove all the debug logging. (#1652) 8 years ago
posix-list-dir-others.go posix: Re-do tests for readDir(). (#1996) 8 years ago
posix-list-dir_test.go posix: Re-do tests for readDir(). (#1996) 8 years ago
posix-prepare-path.go posix: Support UNC paths on windows. (#1887) 8 years ago
posix-utils_common.go posix: Support UNC paths on windows. (#1887) 8 years ago
posix-utils_nix.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 8 years ago
posix-utils_nix_test.go posix: Mkdir() and OpenFile() should honor umask. (#1972) 8 years ago
posix-utils_test.go XL: allow meta bucket name appended with tmp meta prefix. (#2007) 8 years ago
posix-utils_windows.go posix-utils: fix path handling in windows. (#2053) 8 years ago
posix-utils_windows_test.go tests: add unit test for posix functions. (#2037) 8 years ago
posix.go posix: ReadAll should handle the case when parent is not a dir. (#2163) 8 years ago
posix_test.go posix: ReadAll should handle the case when parent is not a dir. (#2163) 8 years ago
rate-limit-handler.go server: Add connection rate limiter for server. (#1977) 8 years ago
routers.go server: Implement --ignore-disks for ignoring disks from healing. (#2158) 8 years ago
rpc-client.go Misspell warnings fix (#2001) 8 years ago
rpc-server-datatypes.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 8 years ago
rpc-server.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 8 years ago
runtime-checks.go main: minio --help should print regardless of root. (#1985) 8 years ago
server-main.go server: Sort ips based on their last octet value. (#2198) 8 years ago
server-rlimit-nix.go server: Set rLimit properly to the max. (#1676) 8 years ago
server-rlimit-win.go server: Attempt to increase max open files. (#1328) 9 years ago
server-startup-msg.go Use normal color instead of forced white for users who have bright terminal background (#2200) 8 years ago
server_test.go tests: xl-v1-metadata.go, xl-v1-multipart-common.go - remove unused methods, add enhance tests to improve code coverage. (#2260) 8 years ago
server_utils_test.go xl/tests: Enable server handler tests over XL. (#1512) 8 years ago
signals.go FS: remove .minio directory if .minio/multipart is empty. (#1899) 8 years ago
signature-jwt.go vendorize: update all vendorized packages. (#2206) 8 years ago
signature-jwt_test.go tests: Add tests for signature-jwt code (#2169) 8 years ago
signature-v4-parser.go error: Signature errors should be returned with APIErrorCode. 9 years ago
signature-v4-postpolicyform.go fs: Handle cases of PutObject for an existing prefix. (#1478) 8 years ago
signature-v4-utils.go tests: Move signature calculation in separate function. (#2160) 8 years ago
signature-v4.go tests: Move signature calculation in separate function. (#2160) 8 years ago
signature-v4_test.go tests: Add urlEncode tests. (#2078) 8 years ago
signature-verify-reader.go handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
storage-datatypes.go docs: Add comments for each data types. (#1881) 8 years ago
storage-errors.go posix: Return errDiskNotWritable during disk initialization. (#2048) 8 years ago
storage-interface.go XL: Implement new ReadAll API for files which are read in single call. (#1974) 8 years ago
strconv-bytes.go XL: GetObject caching implemented for XL. (#2017) 8 years ago
strconv-bytes_test.go XL: GetObject caching implemented for XL. (#2017) 8 years ago
test-utils_test.go api: Requests should be differentiated if possible based on http router. (#2219) 8 years ago
tree-walk-pool.go XL/tree-walk: Added comments, changed variable names and structure fields to improve code readability. (#1856) 8 years ago
tree-walk-pool_test.go Added unit-tests for treeWalkPool (#1969) 8 years ago
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) 8 years ago
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) 8 years ago
trie.go Add trie to verify wrong inputs, and provide meaningful messages 9 years ago
typed-errors.go handler/PUT: Handle signature verification through a custom reader. (#2066) 8 years ago
update-main.go update: Remove extraneous '/' in update message. (#2207) 8 years ago
utils.go api: xmlDecoder should honor contentLength. (#2226) 8 years ago
version-main.go console: Fix console color printing on windows. 9 years ago
version_test.go Move all server and controller packages into top-level 9 years ago
web-handlers.go vendorize: update all vendorized packages. (#2206) 8 years ago
web-router.go xl/fs: Split object layer into interface. (#1415) 9 years ago
xl-v1-bucket.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 8 years ago
xl-v1-common.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 8 years ago
xl-v1-errors.go server: Remove deadcode/deprecated code. (#2088) 8 years ago
xl-v1-healing.go Refactor of xl.PutObjectPart and erasureCreateFile. (#2193) 8 years ago
xl-v1-healing_test.go XL: listOnlineDisks should use modTime instead of version. (#2166) 8 years ago
xl-v1-list-objects.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 8 years ago
xl-v1-metadata.go fs: Save metadata for objects in minioMetaBucket directory. (#2251) 8 years ago
xl-v1-metadata_test.go tests: improve unit tests for xl-v1-metadata. (#2172) 8 years ago
xl-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) 8 years ago
xl-v1-multipart.go XL: Do not rely on getLoadBalancedQuorumDisks for NS consistency. (#2243) 8 years ago
xl-v1-object.go XL: Refactor usage of reduceErrs and consistent behavior. (#2240) 8 years ago
xl-v1-object_test.go tests: Added GetObject, DeleteObject and PutObject unit-tests (#2222) 8 years ago
xl-v1-utils.go XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
xl-v1-utils_test.go XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago
xl-v1.go XL: Refactor usage of reduceErrs and consistent behavior. (#2240) 8 years ago
xl-v1_test.go XL: Remove deadcode unionChecksumInfo. (#2261) 8 years ago

README.md

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

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

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


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