tespkg/s3 cache

S3 actions cache with actions/cache@v5 passthrough

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
endpoints3 / minio endpoint, see: https://docs.min.io/docs/javascript-client-api-reference.htmlnos3.amazonaws.com
regionAWS regionno
portminio portno
insecureuse insecure http connection to miniono
accessKeys3 / minio accessKeyno
secretKeys3 / minio secretKeyno
sessionTokens3 session token - required when using roleno
buckets3 / minio bucketyes
pathA list of files, directories, and wildcard patterns to cache and restoreyes
keyAn explicit key for restoring and saving the cacheyes
restore-keysAn ordered list of keys to use for restoring the cache if no cache hit occurred for keyno
use-fallbackUse github actions/cache as fallbacknotrue
lookup-onlyCheck if a restore is successfull but dont download/extract cache.nofalse
restore-onlyRestore a cache but don't attempt to save itnofalse
retryEnable retry on failure for S3 operationsnofalse
retry-countNumber of times to retry the minio operation in case of failureno3
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key
cache-sizeA integer value denoting the size of the cache object found (measured in bytes)
cache-matched-keyThe key of the cache object found, if any