add chunk etag when downloading from remote storage
fix https://github.com/seaweedfs/seaweedfs/issues/3987
This commit is contained in:
@@ -532,6 +532,7 @@ message FetchAndWriteNeedleRequest {
|
||||
remote_pb.RemoteStorageLocation remote_location = 16;
|
||||
}
|
||||
message FetchAndWriteNeedleResponse {
|
||||
string e_tag = 1;
|
||||
}
|
||||
|
||||
// select on volume servers
|
||||
|
||||
Reference in New Issue
Block a user