sbt/sbt-remote-cache/src
eugene yokota ac320c7fd0
[2.x] fix: ByteStream chunked upload/download (#9298)
**Problem**

BatchUpdateBlobsRequest suffers from gRPC's message size limitation.

**Solution**

For larger files, we switch to using the ByteStream API, chunked to 1MB at a time.
2026-06-07 15:17:20 -04:00
..
main/scala/sbt [2.x] fix: ByteStream chunked upload/download (#9298) 2026-06-07 15:17:20 -04:00
test/scala/sbt/internal [2.x] fix: ByteStream chunked upload/download (#9298) 2026-06-07 15:17:20 -04:00