Revert ignoring inlined objects for transition (#12843)

This commit is contained in:
Krishnan Parthasarathi 2021-07-30 16:45:17 -07:00 committed by GitHub
parent a51799d9f0
commit 0a62ae4e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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