fix: compressed+encrypted block overhead (#17289)

This commit is contained in:
Klaus Post
2023-05-26 10:57:07 -07:00
committed by GitHub
parent 6425fec366
commit c839b64f6a
3 changed files with 3 additions and 25 deletions
+1 -1
View File
@@ -1459,7 +1459,7 @@ func (z *erasureServerPools) CopyObjectPart(ctx context.Context, srcBucket, srcO
}
return z.PutObjectPart(ctx, destBucket, destObject, uploadID, partID,
NewPutObjReader(srcInfo.Reader), dstOpts)
srcInfo.PutObjReader, dstOpts)
}
// PutObjectPart - writes part of an object to hashedSet based on the object name.