{% extends "base.html" %} {% load l10n %} {% load i18n %} {% load dateconv %} {% load lastpart %} {% block content %}
To download all objects using wget:
wget -r -H -N --no-check-certificate --cut-directories=3 --include-dirs=/v1/ {{base_url}}{% url "public_objectview" account=account container=container %}
{% trans 'Name' %} | {% trans 'Created' %} | {% trans 'Size' %} | ||
---|---|---|---|---|
{{folder.0|lastpart}} | ||||
{{key.name|lastpart}} | {{key.last_modified|dateconv|date:"SHORT_DATETIME_FORMAT"}} | {{key.bytes|filesizeformat}} | ||
|
||||