mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Revert ignoring inlined objects for transition (#12843)
This commit is contained in:
parent
a51799d9f0
commit
0a62ae4e61
@ -1396,11 +1396,6 @@ func (er erasureObjects) TransitionObject(ctx context.Context, bucket, object st
|
||||
}
|
||||
}
|
||||
|
||||
// object content is small enough that it's inlined, skipping transition
|
||||
if fi.InlineData() {
|
||||
return nil
|
||||
}
|
||||
|
||||
destObj, err := genTransitionObjName(bucket)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user