{% extends "base.html" %} {% block title %}Connections - S3 Compatible Storage{% endblock %} {% block content %}
Replication
Manage connections to other S3-compatible services for replication.
Connect to an S3-compatible endpoint
Configured remote endpoints
| Status | Name | Endpoint | Region | Access Key | Actions |
|---|---|---|---|---|---|
|
{{ conn.name }}
|
{{ conn.endpoint_url }} | {{ conn.region }} | {{ conn.access_key | slice(start=0, end=8) }}...{{ conn.access_key | slice(start=-4) }} |
|
Add your first remote connection to enable bucket replication.