{% extends "base.html" %} {% block title %}Sites - S3 Compatible Storage{% endblock %} {% block content %}
Geo-Distribution
Configure this site's identity and manage peer sites for geo-distribution.
This site's configuration
Register a remote site
Known remote sites in the cluster
| Health | Site ID | Endpoint | Region | Priority | Sync Status | Actions |
|---|---|---|---|---|---|---|
| {% if peer.is_healthy == true %} {% elif peer.is_healthy == false %} {% else %} {% endif %} |
{{ peer.display_name or peer.site_id }}
{% if peer.display_name and peer.display_name != peer.site_id %}
{{ peer.site_id }} {% endif %} |
{{ peer.endpoint }} | {{ peer.region }} | {{ peer.priority }} |
{% if item.has_connection %}
{{ item.buckets_syncing }} bucket{{ 's' if item.buckets_syncing != 1 else '' }}
{% if item.has_bidirectional %}
{% endif %}
{% if item.buckets_syncing > 0 %}
{% endif %}
|
Add peer sites to enable geo-distribution and site-to-site replication.