{% extends "layouts/base.html" %} {% block title %}{{ bucket_name }} - Gateway{% endblock %} {% block content %}
{{ bucket_id_short }}
{{ bucket_link_short }}
This directory is empty
| Name | Type |
|---|---|
|
{% if item.is_dir %}
{{ item.name }}
{% else %}
{% if item.mime_type.starts_with("image/") %}
{% else if item.mime_type.starts_with("video/") %}
{% else if item.mime_type.starts_with("audio/") %}
{% else if item.mime_type.starts_with("text/") || item.mime_type == "application/json" %}
{% else if item.mime_type == "application/pdf" %}
{% else %}
{% endif %}
{{ item.name }}
{% endif %}
|
{{ item.mime_type }} |