rename filechunk is_gzipped to is_compressed

This commit is contained in:
Chris Lu
2020-06-20 08:15:49 -07:00
parent a735fd767c
commit 97239ce6f1
6 changed files with 323 additions and 322 deletions

View File

@@ -110,7 +110,7 @@ message FileChunk {
FileId fid = 7;
FileId source_fid = 8;
bytes cipher_key = 9;
bool is_gzipped = 10;
bool is_compressed = 10;
}
message FileId {