This command lists s3 replication peers.
Usage
s3replicationpeer list [--aws-region AWS_REGION]
[--bucket-name BUCKET_NAME]
[--custom-bucket-url CUSTOM_BUCKET_URL]
[--http-protocol http|https]
[--id ID]
[--name NAME]
Options
| Filters the list by AWS region. |
| Filters the list by bucket name. |
| Filters the list by custom bucket URL. |
| Filters the list by HTTP protocol. |
| Filters the list by ID. |
| Filters the list by target name. |
Example
This command lists S3 replication peers with the name AWS-S3_TARGET.
vcli: admin> s3replicationpeer list --name AWS-S3-TARGET
+----+---------------+----------+-------------+---------------+-------------------+------------+
| ID | Name | State | Bucket-name | Http-protocol | Custom-bucket-url | Aws-region |
+----+---------------+----------+-------------+---------------+-------------------+------------+
| 5 | AWS-S3-TARGET | ACTIVE | my-s3-bucket| https | None | us-east-1 |
+----+---------------+----------+-------------+---------------+-------------------+------------+