100rabhg/S3 Cache Action

Cache dependencies and build artifacts to AWS S3. Restores cache on job start and uploads on job completion.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keyUnique cache key. Use hashFiles or similar for best results.yes
pathPath to cache (e.g. node_modules, .next, build).yes
bucketS3 bucket name to store cache.yes
regionAWS region for the S3 bucket. If empty, cache is skipped.no
namedescription
cache-hittrue if cache was restored, false otherwise.