yakubique/Yet another MinIO Upload
Upload file(s) to MinIO instance (self-hosted as well)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | MinIO endpoint (use `insecure=true` for HTTP-only) | yes | — |
| access_key | MinIO access key | yes | — |
| secret_key | MinIO secret key | yes | — |
| bucket | Target bucket to upload file to | yes | — |
| source | File to upload (use `recursive=true` to upload directory) | yes | — |
| target | Target in MinIO's bucket (with a leading slash, default='/') | no | / |
| insecure | Disables TLS/SSL certificate verification. Allows TLS connectivity to servers with invalid certificates. | no | false |
| recursive | If you specify a directory, you must also set `recursive=true` to recursively copy the contents of that directory. If you omit the `recursive` argument, action only copies objects in the top level of the specified directory. | no | false |
Outputs
no outputs