From 014079e870108ef37c0907ff594964528ff5c34f Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 16 Nov 2025 15:46:29 -0800 Subject: [PATCH] fmt --- weed/s3api/filer_multipart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,