Replication
This document provides instructions to manage Replication using the CLI. Additionally, these tasks can also be performed using the DCD and IONOS Object Storage API.
Commands
Create the file replication_configuration.json with the following content:
"Role": "this field is ignored",
"Rules": [
{
"Status": "Enabled",
"Prefix": "",
"Destination": {
"Bucket": "arn:aws:s3:::my-destination-bucket"
}
}
]
Enable replication from my-source-bucket to my-destination-bucket (use the endpoint of the source bucket):
Retrieve the replication configuration:
Delete the replication configuration:
Last updated
Was this helpful?