For the complete documentation index, see llms.txt. This page is also available as Markdown.

Replication

This document provides instructions to manage Replication using the CLI. Additionally, these tasks can also be performed using the DCD and API.

Prerequisites:

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:

Info: It takes up to a few minutes for the deletion of a replication rule to propagate fully.

Last updated

Was this helpful?