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
- Host: GitHub
- URL: https://github.com/weaming/example-upload-minio-using-aws-sdk-go
- Owner: weaming
- Created: 2022-11-22T05:53:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T06:17:22.000Z (over 3 years ago)
- Last Synced: 2025-10-12T04:42:53.104Z (9 months ago)
- Language: Go
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)