mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fetch bucket retention config once for ILM evalAction (#14727)
This is mainly an optimization, does not change any existing functionality.
This commit is contained in:
@@ -29,6 +29,9 @@ const (
|
||||
// Completed - replication completed ok.
|
||||
Completed StatusType = "COMPLETED"
|
||||
|
||||
// CompletedLegacy was called "COMPLETE" incorrectly.
|
||||
CompletedLegacy StatusType = "COMPLETE"
|
||||
|
||||
// Failed - replication failed.
|
||||
Failed StatusType = "FAILED"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user