Has anyone setup remote-caching in Pants on AWS (f...
# general
q
Has anyone setup remote-caching in Pants on AWS (for ex: S3). If so, could you give any steps/resources you followed? And what worked/didn't work?
c
I use https://github.com/buchgr/bazel-remote pointed at AWS/S3 in my CI. If you search for bazel-remote you should get several other threads, the ci for pants itself also uses it currenty.
q
Thank you!