sparebank1utvikling/Cache S3

actions/cache@v5 for AWS S3 and compatible software (forked Actions)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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
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 AWS S3 bucket to save cacheyes
aws-access-key-idAn AWS access key id to access the bucketno
aws-secret-access-keyAn AWS secret access key to access the bucketno
aws-session-tokenAn AWS session token to access the bucketno
aws-regionAn AWS region where the bucket is locatedno
aws-endpointAn endpoint of AWS S3 (for compatible software)no
aws-s3-bucket-endpointWhether to use the bucket name as the endpoint for this request.notrue
aws-s3-force-path-styleWhether to force path style URLs for S3 objects.nofalse
s3-stream-downloadStream s3 download instead of downloading the whole file at once.notrue
namedescription
cache-hitA boolean value to indicate an exact match was found for the primary key