idein/cache to S3
Cache dependencies and build outputs to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | A list of files, directories, and wildcard patterns to cache and restore | yes | — |
| key | An explicit key for restoring and saving the cache | yes | — |
| restore-keys | An ordered list of keys to use for restoring the cache if no cache hit occurred for key | no | — |
| aws-s3-bucket | An AWS S3 bucket to save cache | yes | — |
| aws-access-key-id | An AWS access key id to access the bucket | yes | — |
| aws-secret-access-key | An AWS secret access key to access the bucket | yes | — |
| aws-region | An AWS region where the bucket is located | yes | — |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate an exact match was found for the primary key |