joogswastaken/S3 Cache
S3-compatible caching for actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | Cache key | yes | — |
| path | Paths (multiline, supports globs) to cache | yes | — |
| restore-keys | Optional keys (multiline) to use as fallbacks | no | — |
| lookup-only | If true, only checks if the cache exists | no | false |
| fail-on-cache-miss | If no cache is found, exit with an error | no | false |
| s3-endpoint | S3 endpoint | yes | — |
| s3-bucket | S3 bucket name | yes | — |
| s3-access-key | S3 access key | yes | — |
| s3-secret-key | S3 secret key | yes | — |
| s3-region | S3 region | no | us-east-1 |
Outputs
| name | description |
|---|---|
| cache-hit | true if an exact match was found |