runs-on / cache

Shockingly faster GitHub Action cache with S3 backend
https://runs-on.com
MIT License
61 stars 12 forks source link

Feature Request : Delete Cache Object / Option To Override Existing Object #19

Open MahdiBM opened 2 months ago

MahdiBM commented 2 months ago

These are things that IIRC the actions/cache does not provide, but runs-on should be able to considering the backend is just an S3 bucket. They can be helpful in different situations, for example when you can programmatically detect that a cached object is likely malformed / no longer of use:

MahdiBM commented 2 months ago

I've figured I can also just use the aws command line ... but it's be less headache if this repo had that feature built-in.