rayonapp/s3-cache
Cache using s3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| key | cache key | yes | — |
| path | path to files to cache,use multiline for multiple files | — | — |
| fail-on-cache-miss | Fail the workflow if cache entry is not found. | — | false |
| aws-access-key-id | aws-access-key-id | yes | — |
| aws-secret-access-key | aws-secret-access-key | yes | — |
| aws-region | aws-region | yes | — |
| aws-cache-bucket | aws-cache-bucket | yes | — |
Outputs
| name | description |
|---|---|
| cache-hit | true if a cache is found for this key |