mc replicate ls
The mc replicate ls
command lists all replication rules on an AIStor bucket.
The output includes the remote bucket, rule ID, priority, and ARN for each rule.
Syntax
Parameters
ALIAS
Required
The alias of the AIStor deployment and full path to the bucket or bucket prefix for which to list the replication rules. For example:
mc replicate ls myaistor/mybucket
--status
Optional
Filter replication rules on the bucket based on their status. Specify one of the following values:
enabled
- Show only enabled replication rules.disabled
- Show only disabled replication rules.
If omitted, mc replicate ls
defaults to showing all replication rules.
Global flags
This command supports any of the global flags.
Examples
List existing replication rules
Use mc replicate ls
to list bucket replication rules:
mc replicate ls ALIAS/PATH
- Replace
ALIAS
with thealias
of the AIStor deployment. - Replace
PATH
with the path to the bucket or bucket prefix.
Behavior
S3 compatibility
The mc
commandline tool is built for compatibility with the AWS S3 API and is tested with AIStor and AWS S3 for expected functionality and behavior.
MinIO provides no guarantees for other S3-compatible services, as their S3 API implementation is unknown and therefore unsupported.
While mc
commands may work as documented, any such usage is at your own risk.