tapclap/s3 cache
S3 actions cache with actions/cache@v2 passthrough
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | s3 / minio endpoint, see: https://docs.min.io/docs/javascript-client-api-reference.html | no | s3.amazonaws.com |
| region | AWS region | no | — |
| port | minio port | no | — |
| insecure | use insecure http connection to minio | no | — |
| accessKey | s3 / minio accessKey | yes | — |
| secretKey | s3 / minio secretKey | yes | — |
| sessionToken | s3 session token - required when using role | no | — |
| bucket | s3 / minio bucket | yes | — |
| cache-list-keys | List of keys to cache | no | "" |
| cache-list-keys-file | List of keys to cache | no | "" |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate an exact match was found for the primary key |
| cache-size | A integer value denoting the size of the cache object found (measured in bytes) |