How to use AWS S3 as a remote cache? #25918
|
Hi there, I'm looking to migrate a project from using GCP as a remote cache to using AWS S3. GCP was very easy to set up using But I'm now looking to switch over to AWS S3. I have this in my And I have a new S3 bucket with And finally I configured If I change from So, my questions:
Thank you! PS. I also tried adding |
Replies: 1 comment 1 reply
|
I don't think you can use S3 directly. The most lightweight solution I know of is to run https://github.com/buchgr/bazel-remote locally and configure it to use S3 as a backing store. |
I don't think you can use S3 directly. The most lightweight solution I know of is to run https://github.com/buchgr/bazel-remote locally and configure it to use S3 as a backing store.