Minio (minio) is a minimal object storage server written in Golang and licensed under Apache license v2. Minio is compatible with Amazon S3 APIs.
Download
Minio is in an early stage of development. Minio works for a single server with donut, filesystem and in-memory storage backends.
GNU/Linux
$ wget https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio $ chmod +x minio $ ./minio mode memory limit 12GB expire 2h
OS X
$ curl https://dl.minio.io:9000/updates/2015/Jun/darwin-amd64/minio > minio $ chmod +x minio $ ./minio mode memory limit 12GB expire 2h
Windows
-- work in progress --
Source
Public Minio Server
Minio play server is hosted at https://play.minio.io:9000
for public use. This service is primarily intended for developers and sysadmins to familiarize themselves with Amazon S3 compatible object storage. The play server runs in memory mode with auto-expiry of objects in about one hour. No account signup or access keys are required, simply start using it.