# Constants
AddOption specifies addition of rule to config.
Supported status types.
Supported status types.
ImportOption is for getting current config.
Large is a metric name for large objects >=128MiB.
RemoveOption specifies rule options are for removing a rule.
SetOption specifies modification of existing rule to config.
Small is a metric name for objects <128MiB size.
Total is a metric name for total objects.
# Structs
And - a tag to combine a prefix and multiple tags for replication configuration rule.
Config - replication configuration specified in https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html.
DeleteMarkerReplication - whether delete markers are replicated - https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html.
DeleteReplication - whether versioned deletes are replicated - this is a MinIO specific extension.
Destination - destination in ReplicationConfiguration.
ExistingObjectReplication - whether existing object replication is enabled.
Filter - a filter for a replication configuration Rule.
InQueueMetric holds stats for objects in replication queue.
Metrics represents inline replication metrics for a bucket.
MetricsV2 represents replication metrics for a bucket.
Options represents options to set a replication configuration rule.
QStat holds count and bytes for objects in replication queue.
ReplicaModifications specifies if replica modification sync is enabled.
ReplMRFStats holds stats of MRF backlog saved to disk in the last 5 minutes and number of entries that failed replication after 3 retries.
ReplQNodeStats holds stats for a node in replication queue.
ReplQStats holds stats for objects in replication queue.
ReplQueueStats holds stats for replication queue across nodes.
ResyncTarget provides the replica resources and resetID to initiate resync replication.
ResyncTargetsInfo provides replication target information to resync replicated data.
RStat - has count and bytes for replication metrics.
Rule - a rule for replication configuration.
SourceSelectionCriteria - specifies additional source selection criteria in ReplicationConfiguration.
Tag - a tag for a replication configuration Rule filter.
TargetMetrics represents inline replication metrics such as pending, failed and completed bytes in total for a bucket remote target.
TimedErrStats holds error stats for a time period.
WorkerStat has stats on number of replication workers.
XferStats holds transfer rate info for uploads/sec.
# Type aliases
MetricName name of replication metric.
OptionType specifies operation to be performed on config.
Status represents Enabled/Disabled status.