mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
Revert ignoring inlined objects for transition (#12843)
This commit is contained in:
committed by
GitHub
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
|
||||||
|
|||||||
Reference in New Issue
Block a user