mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add cipher key
This commit is contained in:
parent
f9b6178b8f
commit
ea809a45ab
|
@ -29,6 +29,7 @@ func (broker *MessageBroker) appendToFile(targetFile string, topicConfig *messag
|
|||
Size: uint64(uploadResult.Size),
|
||||
Mtime: time.Now().UnixNano(),
|
||||
ETag: uploadResult.ETag,
|
||||
CipherKey: uploadResult.CipherKey,
|
||||
IsGzipped: uploadResult.Gzip > 0,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue