mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 02:08:51 +08:00
filer: remember content is gzipped or not
This commit is contained in:
@@ -191,6 +191,7 @@ func (pages *ContinuousDirtyPages) saveToStorage(reader io.Reader, offset int64,
|
||||
Mtime: time.Now().UnixNano(),
|
||||
ETag: uploadResult.ETag,
|
||||
CipherKey: uploadResult.CipherKey,
|
||||
IsGzipped: uploadResult.Gzip > 0,
|
||||
}, nil
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user