yakubique/Yet another MinIO Upload

Upload file(s) to MinIO instance (self-hosted as well)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
endpointMinIO endpoint (use `insecure=true` for HTTP-only)yes
access_keyMinIO access keyyes
secret_keyMinIO secret keyyes
bucketTarget bucket to upload file toyes
sourceFile to upload (use `recursive=true` to upload directory)yes
targetTarget in MinIO's bucket (with a leading slash, default='/')no/
insecureDisables TLS/SSL certificate verification. Allows TLS connectivity to servers with invalid certificates.nofalse
recursiveIf 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.nofalse

no outputs