mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
do not save MTime in newMultipartUpload() to avoid side-affects (#17340)
This commit is contained in:
@@ -716,7 +716,6 @@ func (z *erasureServerPools) rebalanceObject(ctx context.Context, bucket string,
|
||||
if oi.isMultipart() {
|
||||
res, err := z.NewMultipartUpload(ctx, bucket, oi.Name, ObjectOptions{
|
||||
VersionID: oi.VersionID,
|
||||
MTime: oi.ModTime,
|
||||
UserDefined: oi.UserDefined,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user