diff --git a/weed/s3api/filer_multipart.go b/weed/s3api/filer_multipart.go index 79b71114d..163e1ef8b 100644 --- a/weed/s3api/filer_multipart.go +++ b/weed/s3api/filer_multipart.go @@ -257,7 +257,7 @@ func (s3a *S3ApiServer) completeMultipartUpload(r *http.Request, input *s3.Compl // Changing the offset here would cause decryption to fail because CTR mode // uses the offset to initialize the counter. We must decrypt with the same // offset that was used during encryption. - + p := &filer_pb.FileChunk{ FileId: chunk.GetFileIdString(), Offset: offset,