buckhamduffy/Setup MinIO Client

Download, weekly-cache, and configure the MinIO client (mc) on GitHub Actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
aliasAlias name for MinIOyes
urlMinIO server URL (e.g. http://minio:9000)yes
access_keyMinIO access key (use GitHub Secrets)yes
secret_keyMinIO secret key (use GitHub Secrets)yes
bucketBucket to create if missing (optional)no""
install_pathDirectory to place mc and add to PATHno$RUNNER_TEMP/bin
cache_rootDirectory used for caching the mc binaryno$HOME/.cache/setup-minio-client
verify_checksumVerify SHA256 checksum of the downloadnotrue
versionMinIO client version to install (e.g. 2023-08-23T10-07-06Z or 'latest')nolatest
download_urlOverride download URL (defaults to official mc for linux-amd64, version-aware)no""
namedescription
mc-pathFull path to the mc binary added to PATH
mc-versionOutput of 'mc --version'