Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marienmupenda/minio-s3-storage

This is a service that provides a S3 compatible storage service. It is based on the Minio project.
https://github.com/marienmupenda/minio-s3-storage

Last synced: about 1 month ago
JSON representation

This is a service that provides a S3 compatible storage service. It is based on the Minio project.

Awesome Lists containing this project

README

        

# Minio S3 Storage
This is a service that provides a S3 compatible storage service. It is based on the [Minio](https://min.io/) project.

### Installation
```bash
cp .env.example .env
docker-compose up -d
```

### Usage
Api: http://localhost:{MINIO_PORT1}

Web UI: http://localhost:{MINIO_PORT2}