From 00dd61749ced931ea3c34227835512ef1b6c1ef6 Mon Sep 17 00:00:00 2001 From: chrislu Date: Mon, 1 Dec 2025 20:15:26 -0800 Subject: [PATCH] fmt --- weed/s3api/s3api_object_handlers_copy_unified.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/s3api/s3api_object_handlers_copy_unified.go b/weed/s3api/s3api_object_handlers_copy_unified.go index a8a10e138..f1b4ff280 100644 --- a/weed/s3api/s3api_object_handlers_copy_unified.go +++ b/weed/s3api/s3api_object_handlers_copy_unified.go @@ -169,4 +169,3 @@ func (s3a *S3ApiServer) executeReencryptCopy(entry *filer_pb.Entry, r *http.Requ glog.V(2).Infof("Cross-encryption copy: using unified multipart copy") return s3a.copyMultipartCrossEncryption(entry, r, state, dstBucket, dstPath) } -