Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ahnafnafee/minio-local
- Owner: ahnafnafee
- Created: 2023-08-21T01:04:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T01:27:34.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:50:01.908Z (6 months ago)
- Topics: aws, aws-s3, devops, local, minio, s3
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```