add notes

This commit is contained in:
Chris Lu 2020-03-28 23:43:24 -07:00
parent af6d9976ad
commit 3d3bab2447

View file

@ -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)