{% extends "base.html" %} {% block title %}Connections - S3 Compatible Storage{% endblock %} {% block content %}

Remote Connections

Manage connections to other S3-compatible services for replication.

Add New Connection
Existing Connections
{% if connections %}
{% for conn in connections %} {% endfor %}
Name Endpoint Region Access Key Actions
{{ conn.name }} {{ conn.endpoint_url }} {{ conn.region }} {{ conn.access_key }}
{% else %}

No remote connections configured.

{% endif %}
{% endblock %}