mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
Add tags to auditLogLifecycle (#17081)
This commit is contained in:
committed by
GitHub
parent
31b5acc245
commit
e7cac8acef
@@ -2004,7 +2004,8 @@ func (er erasureObjects) TransitionObject(ctx context.Context, bucket, object st
|
||||
UserAgent: "Internal: [ILM-Transition]",
|
||||
Host: globalLocalNodeName,
|
||||
})
|
||||
auditLogLifecycle(ctx, objInfo, ILMTransition, traceFn)
|
||||
tags := auditLifecycleTags(opts.LifecycleEvent)
|
||||
auditLogLifecycle(ctx, objInfo, ILMTransition, tags, traceFn)
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user