activechoon/Minio download
Download a file from S3 with Minio CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2022
- License
- MIT
Pinned Snippet
uses: activechoon/minio-download-action@84778a89b90841b49696da06de10d2d4fc88cfdf # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | Endpoint of object storage host | yes | — |
| access_key | Access key | yes | — |
| secret_key | Secret key | yes | — |
| remote_path | Remote path | yes | — |
| local_path | Local path | yes | — |
| bucket | Bucket name | — | — |
| api_version | API version | — | S3v4 |
| args | Additional args passed to mc command | — | "" |
Outputs
no outputs