actions-marketplace-validations/Minio cache (AWS S3)
S3 actions cache with actions/cache@v2 passthrough
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | s3 / minio endpoint, see: https://docs.min.io/docs/javascript-client-api-reference.html | no | s3.amazonaws.com |
| port | minio port | no | — |
| insecure | use insecure http connection to minio | no | — |
| accessKey | s3 / minio accessKey | yes | — |
| secretKey | s3 / minio secretKey | yes | — |
| bucket | s3 / minio bucket | yes | — |
| 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 | — |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate an exact match was found for the primary key |