mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
committed by
GitHub
parent
628ef081d1
commit
feaf8dfb9a
@@ -31,8 +31,8 @@ const (
|
||||
// Pending - replication is pending.
|
||||
Pending StatusType = "PENDING"
|
||||
|
||||
// Complete - replication completed ok.
|
||||
Complete StatusType = "COMPLETE"
|
||||
// Completed - replication completed ok.
|
||||
Completed StatusType = "COMPLETED"
|
||||
|
||||
// Failed - replication failed.
|
||||
Failed StatusType = "FAILED"
|
||||
|
||||
Reference in New Issue
Block a user