bazels3cache icon indicating copy to clipboard operation
bazels3cache copied to clipboard

Small web server for a Bazel cache, proxies to S3; allows Bazel to work offline; async uploads to make Bazel faster

Results 9 bazels3cache issues
Sort by recently updated
recently updated
newest added

This allows me to use bazels3cache with an existing bucket that I share with other teams.

At the moment, if you run the server with `asyncUpload.enabled=false`, you can still get a transfer interrupted due to "too many pending uploads". This can happen, if the size of...

Hello, As far as I understand this cache allows unauthenticated requests, so anyone can put anything into the bucket. Is there a way to secure this? For example, pass a...

I was trying to build the app and deploy to k8s, but running into CrashLoopBackOff issue.

As far as I can tell, artefacts are added to the in memory cache when they're downloaded from the remote cache, but not when they're being uploaded. This means that...

It's good that there is an in memory cache to not have to download the same artefacts unnecessarily, but it doesn't need to be in memory, it could be on...

It would be great to have a flag such as `--bucket.maxEntrySizeGiB` or similar and then would try to keep the size of the s3 bucket to that size.

I'd like the ability to write to a path in the bucket instead of the root. I don't see that in the config options

I'm trying to run this process in a docker container, but it keeps killing the container because the essential process exits when bazels3cache goes to the background. Is there a...