Manage cloud storage with Minio server

Sakib Sami
Jul 25, 2017 · 1 min read

Minio is a AWS S3 compatible opensource cloud storage server licensed under apache2 and developed on Go programming language.

It comes with Console and Go, JavaScript, Python , Java, .Net client libraries, 3rd party developed Rest API.

If you want to install the server in Linux 64bit system.

$ wget https://dl.minio.io/server/minio/release/linux-amd64/minio $ chmod +x minio $ ./minio server /var/www/html/

And you are done.
Here is installation command for other OS

Note : /var/www/html is the directory where all files will be saved.

After installation you will get URL of dashboard (http://host-address:9000), Access Key and Secrete Key to get access in web based dashboard.

If you want to expose the files publicly just install Nginx and by default Nginx serves data from /var/www/html.

Note : minio-server uses bucket to store files. Bucket itself is a directory within the root directory.

A curated list of Minio community projects.


Originally published at www.sakib.ninja on July 25, 2017.

Coders Garage

Coders Garage Engineering Blog

Sakib Sami

Written by

Software Engineer @ Pathao Inc.

Coders Garage

Coders Garage Engineering Blog

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade