leroy-merlin-br/S3 Cache for GitHub Actions
GitHub Action that allows you to cache build artifacts to S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform. Options are: put, get, delete | yes | — |
| aws-access-key-id | AWS access key id to access your bucket | yes | — |
| aws-secret-access-key | AWS secret access key to access your bucket | yes | — |
| aws-region | AWS region where your bucket is located | yes | — |
| bucket | AWS s3 bucket to store the artifacts | yes | — |
| key | An explicit key for restoring and saving the cache | yes | — |
| artifacts | A list of files, directories and glob patterns to cache and restore | no | — |
| s3-class | Specifies the desired Storage Class for the object. | no | STANDARD |
Outputs
no outputs