mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add notes
This commit is contained in:
parent
af6d9976ad
commit
3d3bab2447
|
@ -45,6 +45,8 @@ public class SeaweedWrite {
|
|||
|
||||
String etag = multipartUpload(targetUrl, auth, bytes, bytesOffset, bytesLength, cipherKey);
|
||||
|
||||
// TODO: cache fileId ~ bytes here
|
||||
|
||||
entry.addChunks(FilerProto.FileChunk.newBuilder()
|
||||
.setFileId(fileId)
|
||||
.setOffset(offset)
|
||||
|
|
Loading…
Reference in a new issue