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
refer to write_offset in compressed-blobs after discussing compressed-blobs
  • Loading branch information
mostynb committed Oct 13, 2020
1 parent 7723c49 commit c820ad5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/bazel/remote/execution/v2/remote_execution.proto
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ service ActionCache {
// * `optional_metadata` is implementation specific data, which clients MAY omit.
// Servers MAY ignore this metadata.
//
// Note that when writing compressed blobs, the `WriteRequest.write_offset`
// refers to the offset in the uncompressed form of the blob.
//
// Data can alternatively be uploaded in compressed form, with the following
// `WriteRequest.resource_name` form:
// `{instance_name}/uploads/{uuid}/compressed-blobs/{compressor}/{uncompressed_hash}/{uncompressed_size}{/optional_metadata}`
Expand All @@ -235,6 +232,9 @@ service ActionCache {
// the uploaded data once uncompressed, and MUST return an
// `INVALID_ARGUMENT` error in the case of mismatch.
//
// Note that when writing compressed blobs, the `WriteRequest.write_offset`
// refers to the offset in the uncompressed form of the blob.
//
// Uploads of the same data MAY occur concurrently in any form, compressed or
// uncompressed.
//
Expand Down

0 comments on commit c820ad5

Please sign in to comment.