gierdo/s3-cache
Cache user specified directory to AWS S3
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 16, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: gierdo/s3-cache@b4f8280ec6d109e1f653b34ae5e14aed1115a829 # v2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| s3-bucket-root | aws bucket | yes | — |
| bucket-dir | bucket diretory | yes | — |
| cache-key | unique cache key | yes | — |
| zip-filename | zip filename | no | cache.tar |
| paths-to-cache | Paths to cache. May be absolute, relative or '~/foo' | yes | — |
| dir-to-unzip | Relative directory to unzip cache. Note: The cache packs with absolute paths! | no | / |
Outputs
| name | description |
|---|---|
| operation | creation / retrieval |