mirror of
https://github.com/minio/minio.git
synced 2025-12-06 07:42:32 -05:00
fix: allow CopyObject/PutObjecTags on pre-existing content (#10485)
fixes #10475
This commit is contained in:
@@ -225,7 +225,6 @@ func (m *fsMetaV1) ReadFrom(ctx context.Context, lk *lock.LockedFile) (n int64,
|
||||
}
|
||||
|
||||
if len(fsMetaBuf) == 0 {
|
||||
logger.LogIf(ctx, io.EOF)
|
||||
return 0, io.EOF
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user