{% extends "base.html" %} {% block title %}Set Up Replication - S3 Compatible Storage{% endblock %} {% block content %}
Peer Site
Site ID
{{ peer.site_id }}
Endpoint
{{ peer.endpoint }}
Region
{{ peer.region }}
Connection
{{ connection.name }}
Replication Modes

New Only: Only replicate new objects uploaded after the rule is created.

All Objects: Replicate all existing objects plus new uploads.

Bidirectional: Two-way sync between sites. Changes on either side are synchronized.

Select Buckets to Replicate

Choose which buckets should be replicated to this peer site

{% if buckets %}
{% for bucket in buckets %} {% endfor %}
Local Bucket Target Bucket Name Status
{{ bucket.name }}
{% if bucket.has_rule %} Already configured ({{ bucket.existing_mode }}) {% else %} Not configured {% endif %}
Skip for Now
{% else %}
No buckets yet

Create some buckets first, then come back to set up replication.

Go to Buckets
{% endif %}
{% endblock %}