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

https://github.com/prongbang/minio

install minio on docker
https://github.com/prongbang/minio

Last synced: 6 months ago
JSON representation

install minio on docker

Awesome Lists containing this project

README

          

# minio

### Run

```
$ docker-compose up -d
```

### Open

[localhost:9001](http://localhost:9001)

### Login

```
ACCESS_KEY: 6DVY3Pkc4z
SECRET_KEY: FAAmZ0Evr7
```

### Example

Go to `client` and run

```
$ cd client
$ go run main.go
```

and refresh browser.

## Reference

[https://github.com/minio/minio-go/blob/master/examples/s3/presignedgetobject.go](https://github.com/minio/minio-go/blob/master/examples/s3/presignedgetobject.go)