Skip to content

Commit

Permalink
address review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
sluongng committed Jan 23, 2024
1 parent 6e96f40 commit 0dc9f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/bazel/remote/asset/v1/remote_asset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ message FetchBlobRequest {

// The digest function the server must use to compute the digest.
//
// If unset, the server SHOULD default to SHA256.
// If unset, the server SHOULD select one of MD5, MURMUR3, SHA1, SHA256,
// SHA384, SHA512, or VSO, based on a server-side default value for
// compatibility.
build.bazel.remote.execution.v2.DigestFunction.Value digest_function = 6;
}

Expand Down

0 comments on commit 0dc9f1b

Please # to comment.