1
0
mirror of https://github.com/minio/minio.git synced 2025-04-12 23:42:22 -04:00
Poorna Krishnamoorthy 39f3d5493b
Show Delete replication status header ()
X-Minio-Replication-Delete-Status header shows the
status of the replication of a permanent delete of a version.

All GETs are disallowed and return 405 on this object version.
In the case of replicating delete markers.

X-Minio-Replication-DeleteMarker-Status shows the status 
of replication, and would similarly return 405.

Additionally, this PR adds reporting of delete marker event completion
and updates documentation
2020-11-21 23:48:50 -08:00
..