diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-04-08 08:12:00 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-04-08 08:12:00 -0700 |
| commit | ec2eb8bc4804f9b880f256a55e3cbfc0923b6a29 (patch) | |
| tree | e0484d192fd361f1a0039492bcfffd75de1567db /other/java | |
| parent | 2d7d4b1006a8cd1f7af6244672541e9ac16bfac9 (diff) | |
| download | seaweedfs-ec2eb8bc4804f9b880f256a55e3cbfc0923b6a29.tar.xz seaweedfs-ec2eb8bc4804f9b880f256a55e3cbfc0923b6a29.zip | |
add If-None-Match and If-Modified-Since
fix https://github.com/chrislusf/seaweedfs/issues/1269
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index e504e4f84..8f8176ff4 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -123,6 +123,7 @@ message FuseAttributes { string user_name = 11; // for hdfs repeated string group_name = 12; // for hdfs string symlink_target = 13; + bytes md5 = 14; } message CreateEntryRequest { |
