mirror of
https://github.com/pgsty/minio.git
synced 2026-08-08 15:23:29 +03:00
Remove unnecessary error log messages (#6186)
This commit is contained in:
@@ -778,7 +778,6 @@ func (xl xlObjects) CompleteMultipartUpload(ctx context.Context, bucket string,
|
||||
// Deny if WORM is enabled
|
||||
if globalWORMEnabled {
|
||||
if xl.isObject(bucket, object) {
|
||||
logger.LogIf(ctx, ObjectAlreadyExists{Bucket: bucket, Object: object})
|
||||
return ObjectInfo{}, ObjectAlreadyExists{Bucket: bucket, Object: object}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user