https://github.com/appleboy/drone-minio
Drone plugin to upload or remove filesystems and object storage.
https://github.com/appleboy/drone-minio
drone-plugin minio s3
Last synced: 11 months ago
JSON representation
Drone plugin to upload or remove filesystems and object storage.
- Host: GitHub
- URL: https://github.com/appleboy/drone-minio
- Owner: appleboy
- License: mit
- Created: 2018-10-18T08:03:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T07:20:07.000Z (over 7 years ago)
- Last Synced: 2025-06-06T16:23:19.414Z (about 1 year ago)
- Topics: drone-plugin, minio, s3
- Language: Go
- Size: 445 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-minio
[](https://godoc.org/github.com/appleboy/drone-minio)
[](http://drone.wu-boy.com/appleboy/drone-minio)
[](https://codecov.io/gh/appleboy/drone-minio)
[](https://goreportcard.com/report/github.com/appleboy/drone-minio)
[](https://hub.docker.com/r/appleboy/drone-minio/)
[](https://microbadger.com/images/appleboy/drone-minio "Get your own image badge on microbadger.com")
[](https://ci.appveyor.com/project/appleboy/drone-minio/branch/master)
Drone plugin to upload or remove filesystems and object storage.
## Build
Build the binary with the following commands:
```
go build
```
## Docker
Build the Docker image with the following commands:
```
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-minio
docker build --rm -t appleboy/drone-minio .
```