{{ $ := . }}
ID | {{ .Location.ID }} |
Created At | {{ Datetime .Location.CreatedAt }} |
Name | {{ .Location.Name }} |
Kind | {{ .Location.Kind }} |
Allow Purge | |
Allow Redirect | |
Config | {{ template "jsontree" Marshal .Location.Config }} |
Status | {{ .Location.Status }} |
Status Msg | {{ .Location.StatusMsg }} |
Files at the storage location are filtered by the prefix "fylr-{{ .SystemConfig.UUID }}"
{{ if .ListPageError }}Error Listing: {{ .ListPageError }}
{{ else }}Key | Mod Time | Size |
---|---|---|
{{ template "file_name" $lo.Key }} | {{ Datetime $lo.ModTime }} | {{ HumanByteSize $lo.Size }} |