{% extends "base.html" %} {% block content %}

Buckets

Manage your S3-compatible storage containers.

{% for bucket in buckets %}
{{ bucket.meta.name }}
{{ bucket.access_label }}
Storage Used
{{ bucket.summary.human_size }}
Objects
{{ bucket.summary.objects }}
{% else %}
No buckets found

Get started by creating your first storage bucket.

{% endfor %}
{% endblock %} {% block extra_scripts %} {{ super() }} {% endblock %}