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

https://github.com/thenets/minio-dotnet-example


https://github.com/thenets/minio-dotnet-example

Last synced: 7 months ago
JSON representation

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"
```