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

https://github.com/weaming/example-upload-minio-using-aws-sdk-go


https://github.com/weaming/example-upload-minio-using-aws-sdk-go

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example of upload image to minio using `aws-sdk-go`
## Steps

1. `./docker-run-minio.sh`
2. open [http://localhost:9001](http://localhost:9001), create bucket `test`, and set "Access Policy" to "public"
3. `go run .`
4. open [http://localhost:9000/test/img/example.jpg](http://localhost:9000/test/img/example.jpg)