Browse Source

fmt

pull/7598/head
chrislu 2 days ago
parent
commit
00dd61749c
  1. 1
      weed/s3api/s3api_object_handlers_copy_unified.go

1
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)
}
Loading…
Cancel
Save