Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahnafnafee/minio-local

Local S3 Instance Setup
https://github.com/ahnafnafee/minio-local

aws aws-s3 devops local minio s3

Last synced: 28 days ago
JSON representation

Local S3 Instance Setup

Awesome Lists containing this project

README

        

# MinIO Local

## Instructions

### Deploy

In the root directory, run the following command:

```zsh
docker compose up -d
```

Your MinIO instance should be configured, and up and running.

## Config

```bash
AWS_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE
AWS_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
AWS_BUCKET=app-uploads-development-12345-local
```