1
0
mirror of https://github.com/minio/minio.git synced 2025-02-18 17:12:31 -05:00

9 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
Anis Elleuch
e96fdcd5ec
tagging: Add event notif for PUT object tagging ()
An optimization to avoid double calling for during PutObject tagging
2021-02-01 13:52:51 -08:00
Poorna Krishnamoorthy
0b766288ef
fix: send replication completed event notification () 2020-11-15 22:16:41 -08:00
Harshavardhana
0ee9678190
fix: add missing delete marker created filter () 2020-09-14 21:32:52 -07:00
Harshavardhana
2955aae8e4
feat: Add notification support for bucketCreates and removal () 2020-07-20 12:52:49 -07:00
poornas
60e60f68dd Add support for object locking with legal hold. () 2020-01-16 15:41:56 -08:00
Harshavardhana
4e9de58675 Avoid pointer based copy, instead use Clone() ()
This PR adds functional test to test expanded
cluster syntax.
2019-11-21 17:54:51 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Bala FA
0e4431725c make notification as separate package ()
* Remove old notification files

* Add net package

* Add event package

* Modify minio to take new notification system
2018-03-15 13:03:41 -07:00