オブジェクト一覧

{% for val in listbucket_str["Buckets"] %} {% if bucket_name == val['Name'] %}

バケット名: {{ bucket_name }}

作成日時: {{ val['CreationDate'] }}

{% endif %} {% endfor %}
{% if versioning_status in ['Enabled', 'Suspended'] %}
{% endif %}
{% if show_versions %} {% endif %} {% set ns = namespace(rownum=0) %} {% for val in listobject_str %} {% if show_versions %} {% endif %} {% set ns.rownum = ns.rownum+1 %} {% endfor %} {% if session.role != 'admin' and user_info['get_object_list_flg'] == '0' and user_info['get_object_flg'] == '0' and user_info['del_object_flg'] == '0' %} {% elif ns.rownum == 0 %} {% endif %}
名称 最終更新日時バージョンIDオーナー
{% if val['FolderFlag'] == '1' %} {% else %} {% endif %} {{ val['Key'] }} {% if val['IsDeleteMarker'] %} 削除マーカー {% endif %} {{ val['LastModified'] }}{{ val['VersionId'] }}{{ val['Owner']['DisplayName'] }}
オブジェクト一覧を表示する権限はありません。
このバケットにはオブジェクトがありません。

{% if session.role == 'admin' or user_info['put_object_flg'] == '1' %}
{% endif %}
{% if ns.rownum != 0 %} {% if session.role == 'admin' or user_info['get_object_flg'] == '1' %} {% endif %} {% if session.role == 'admin' or user_info['del_object_flg'] == '1' %} {% endif %} {% endif %}
{% if session.role == 'admin' or user_info['put_object_flg'] == '1' %}
フォルダ名の最後には「/」をつけてください。
{% endif %}
{% if request.args.get('return_msg_str', '') != "" %} {% set return_msg_str = request.args.get('return_msg_str', '') %} {% endif %} {% if return_msg_str != "" %} {% endif %}