mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 22:37:23 +08:00
add cipher key
This commit is contained in:
@@ -29,6 +29,7 @@ func (broker *MessageBroker) appendToFile(targetFile string, topicConfig *messag
|
|||||||
Size: uint64(uploadResult.Size),
|
Size: uint64(uploadResult.Size),
|
||||||
Mtime: time.Now().UnixNano(),
|
Mtime: time.Now().UnixNano(),
|
||||||
ETag: uploadResult.ETag,
|
ETag: uploadResult.ETag,
|
||||||
|
CipherKey: uploadResult.CipherKey,
|
||||||
IsGzipped: uploadResult.Gzip > 0,
|
IsGzipped: uploadResult.Gzip > 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user