This command modifies an S3 replication peer.
Usage
s3replicationpeer modify --id ID [--access-key ACCESS_KEY] [--secret-key SECRET_KEY] [--bucket-name BUCKET_NAME] [--http-protocol http|https] [--custom-bucket-url CUSTOM_BUCKET_URL] [--aws-region AWS_REGION] [--name NAME] [--proxies PROXIES]
Required Parameters
Options
|
Specifies the access key of a key pair for accessing the bucket. |
|
Specifies the access key of a key pair for accessing the bucket. |
|
Sets the bucket name of the S3 bucket to which you are replicating the cluster's data. |
|
For custom S3 targets,.specifies which HTTP protocol over which to access the target. |
|
For a custom S3 target, specifies the URL of the custom bucket. |
|
For an AWS S3 target, specifies the AWS region where the bucket resides. AWS-REGION is the region code. |
Specifies proxies. If proxies are specified, replication traffic is routed via the proxies to and from the replication target. Proxies can either be external to the cluster or they can run on a subset of the cluster's CNodes. To use a CNode as a proxy, first install third party proxy software on the CNode and then enter the proxy here. You can specify up to eight proxies. Traffic is load balanced between the specified proxies, excluding any inactive proxies if applicable. Specify each proxy using the format To specify multiple proxies, separate the proxies by commas. For example: |
Example
This example changes the name of the S3 replication peer with ID 1 to "AWS-S3-REPLICATION-TARGET".
vcli: admin> s3replicationpeer modify --id 1 --name AWS-S3-REPLICATION-TARGET
Comments
0 comments
Article is closed for comments.