Has anyone got any experience using `runs-on` s3 c...
# general
m
Has anyone got any experience using
runs-on
s3 cache backend with Pants? Looks like potential workaround for the issues with the limited/non-granular github actions cache https://runs-on.com/features/s3-cache-for-github-actions/
b
From a quick look, I think using that as a drop-in replacement for
actions/cache
will have many of the same downsides, where it's a monolithic blob of the whole cache in one big file.