Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marienmupenda/minio-s3-storage
- Owner: MarienMupenda
- Created: 2023-12-28T12:30:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-28T13:10:23.000Z (about 1 year ago)
- Last Synced: 2024-10-14T14:42:11.816Z (3 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}