Skip to content

Commit

Permalink
fixup! Add support for transferring compressed blobs via ByteStream
Browse files Browse the repository at this point in the history
indentation fixes
  • Loading branch information
mostynb committed Oct 13, 2020
1 parent c0eb842 commit 7723c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ service ActionCache {
// keywords: `blobs`, `uploads`, `actions`, `actionResults`, `operations`,
// `capabilities` or `compressed-blobs`.
// * `uuid` is a version 4 UUID generated by the client, used to avoid
// collisions between concurrent uploads of the same data. Clients MAY
// reuse the same `uuid` for uploading different blobs.
// collisions between concurrent uploads of the same data. Clients MAY
// reuse the same `uuid` for uploading different blobs.
// * `hash` and `size` refer to the [Digest][build.bazel.remote.execution.v2.Digest]
// of the data being uploaded.
// * `optional_metadata` is implementation specific data, which clients MAY omit.
Expand Down

0 comments on commit 7723c49

Please sign in to comment.