Minio - Amazon S3 compatible object storage - OSS Daily

Daily Open Source News for IT Engineer and Designer

Breaking

Home Top Ad

Post Top Ad

Sunday, October 1, 2017

Minio - Amazon S3 compatible object storage

The storage system that can be easily used on the Web is called Amazon S3, but when you do not combine AWS, you may be concerned about the transfer fee. In addition, you may want to customize your own company.

Minio wants to use if you want to combine S3 flexibility with your own customization. It is object storage with S3 compatible API.

How to use Minio

A management screen for web browsers is provided.

First you need to make a bucket.

After that you can upload the file freely.

The share (expiration date is also easy).

Since Minio provides S3 compatible API, it can also be used in combination with standard library aws - cli. Of course, some of the functions are not implemented, but it is enough if you use such as storing data and accessing via HTTP.

Minio is Go's open source software (Apache Licnese 2.0).



No comments:

Post a Comment

Post Bottom Ad