mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
fix: lifecycle XML parsing errors with Versioning (#9974)
This commit is contained in:
@@ -582,6 +582,7 @@ func (i *crawlItem) applyActions(ctx context.Context, o ObjectLayer, meta action
|
||||
VersionID: obj.VersionID,
|
||||
DeleteMarker: obj.DeleteMarker,
|
||||
IsLatest: obj.IsLatest,
|
||||
NumVersions: meta.numVersions,
|
||||
})
|
||||
if i.debug {
|
||||
logger.Info(color.Green("applyActions:")+" lifecycle: Secondary scan: %v", action)
|
||||
|
||||
Reference in New Issue
Block a user