Tapico / tapico-turborepo-remote-cache

A server for TurboRepo Remote Cache to store cache artefacts in Google Cloud Storage or Amazon S3
MIT License
133 stars 10 forks source link

fix: return 404s when cache item is not found #15

Closed tapico-weyert closed 2 years ago

tapico-weyert commented 2 years ago

Add more logging when non-200 responses are returned

Return 404 instead of 412 when cache item could not be found

Resolve linting issues