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

Buckets

Manage your S3-compatible storage containers.

{% for bucket in buckets %}
{{ bucket.meta.name }}
Created {{ bucket.meta.created_at.strftime('%b %d, %Y') }}
{{ bucket.access_label }}
{{ bucket.summary.human_size }}
Storage
{{ bucket.summary.objects }}
Objects
{% else %}
No buckets yet

Create your first storage bucket to start organizing your files.

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