aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-06-20 08:15:49 -0700
committerChris Lu <chris.lu@gmail.com>2020-06-20 08:15:49 -0700
commit97239ce6f109448e1f0488db31a84d40837cb168 (patch)
treed032b707fbb1d5a886fcace22ec065004f3109da /other/java/client/src
parenta735fd767cbda1fa17fd2aeb963707c8b18adc1d (diff)
downloadseaweedfs-97239ce6f109448e1f0488db31a84d40837cb168.tar.xz
seaweedfs-97239ce6f109448e1f0488db31a84d40837cb168.zip
rename filechunk is_gzipped to is_compressed
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index d3a5ea3a5..9f55b23f3 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -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 {