mirror of
https://github.com/minio/minio.git
synced 2025-03-31 01:33:41 -04: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)
|
destObj, err := genTransitionObjName(bucket)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user