mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 08:29:24 +08:00
filer: remember content is gzipped or not
This commit is contained in:
@@ -51,6 +51,7 @@ func (fs *FilerSink) replicateOneChunk(sourceChunk *filer_pb.FileChunk, dir stri
|
||||
ETag: sourceChunk.ETag,
|
||||
SourceFileId: sourceChunk.GetFileIdString(),
|
||||
CipherKey: sourceChunk.CipherKey,
|
||||
IsGzipped: sourceChunk.IsGzipped,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user