https://github.com/thenets/minio-dotnet-example
https://github.com/thenets/minio-dotnet-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenets/minio-dotnet-example
- Owner: thenets
- Created: 2019-08-12T04:36:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T04:37:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T21:46:56.685Z (over 1 year ago)
- Language: C#
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minio-dotnet-example
## Start local Minio server
```bash
make minio-start
```
## Get credentials
```bash
make minio-get-credentials
```
## Using environment variables
```bash
export MINIO_ENDPOINT="127.0.0.1:9000"
export MINIO_ACCESSKEY="1YHNYC7P460FO1LEXMU4"
export MINIO_SECRETKEY="izVV+LrqxZb2GLctgBNKhGjLQaXyxcJad8tQGtdF"
export MINIO_USESSL="false"
```