minio/pkg/bucket/replication
Poorna Krishnamoorthy d30c5d1cf0
Avoid metadata update for incoming replication failure (#12054)
This is an optimization to save IOPS. The replication
failures will be re-queued once more to re-attempt
replication. If it still does not succeed, the replication
status is set as `FAILED` and will be caught up on
scanner cycle.
2021-04-15 16:32:00 -07:00
..
and.go Add support for server side bucket replication (#9882) 2020-07-21 17:49:56 -07:00
destination.go Replication: Enforce DeleteMarker disable setting (#11720) 2021-03-13 10:28:35 -08:00
error.go Add support for server side bucket replication (#9882) 2020-07-21 17:49:56 -07:00
filter.go Add support for server side bucket replication (#9882) 2020-07-21 17:49:56 -07:00
replication.go Avoid metadata update for incoming replication failure (#12054) 2021-04-15 16:32:00 -07:00
replication_test.go Replication: Enforce DeleteMarker disable setting (#11720) 2021-03-13 10:28:35 -08:00
rule.go Replication: Enforce DeleteMarker disable setting (#11720) 2021-03-13 10:28:35 -08:00
tag.go Add support for server side bucket replication (#9882) 2020-07-21 17:49:56 -07:00