b1f030/Cache Aliyun

actions/cache@v2 for Aliyun OSS and compatible software (forked Actions)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
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 stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.no
upload-chunk-sizeThe chunk size used to split up large files during upload, in bytesno
enableCrossOsArchiveAn optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platformsnofalse
fail-on-cache-missFail the workflow if cache entry is not foundnofalse
lookup-onlyCheck if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cachenofalse
aws-s3-bucketAn Aliyun OSS bucket to save cacheyes
aws-access-key-idAn Aliyun access key id to access the bucketno
aws-secret-access-keyAn Aliyun secret access key to access the bucketno
aws-session-tokenAn Aliyun session token to access the bucketno
aws-regionAn Aliyun region where the bucket is locatedno
aws-endpointAn endpoint of Aliyun OSS (for compatible software)no
aws-s3-bucket-endpointWhether to use the bucket name as the endpoint for this request.nofalse
aws-s3-force-path-styleWhether to force path style URLs for S3 objects.nofalse
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key