mc replicate ls
The mc replicate ls
command lists all replication rules on a AIStor bucket.
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 myminio/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.
AIStor 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.