s3replicationpeer show

Prev Next

This command displays the configuration of a specified S3 replication peer.

Usage
s3replicationpeer show --id ID
Required Parameters

--id ID

Specifies which S3 replication peer to show, by its ID (integer).

Example

This example displays the configuration of the S3 replication peer with ID 1.

vcli: admin> s3replicationpeer show --id 1
+-------------------+----------------------------------------------+
| ID                | 1                                            |
| Name              | AWS-S3-REPLICATION-TARGET                    |
| State             | INIT                                         |
| Proxies           | []                                           |
| Bucket-name       | bucket-1                                     |
| Http-protocol     | https                                        |
| Custom-bucket-url | None                                         |
| Aws-region        | None                                         |
| Aws-role          | None                                         |
+-------------------+----------------------------------------------+