1
0
mirror of https://github.com/minio/minio.git synced 2025-03-29 08:43:40 -04:00

1 Commits

Author SHA1 Message Date
Poorna Krishnamoorthy
8e8a792d9d
Allow delete marker replication from replica ()
in the case of active-active replication.

This PR also has the following changes:

- add docs on replication design
- fix corner case of completing versioned delete on a delete marker
  when the target is down and `mc rm --vid` is performed repeatedly. Instead
  the version should still be retained in the `PENDING|FAILED` state until
  replication sync completes.
- remove `s3:Replication:OperationCompletedReplication` and
   `s3:Replication:OperationFailedReplication` from ObjectCreated 
  events type
2021-02-18 00:33:51 -08:00