{{ $ := . }}

Location/{{ .Location.ID }}

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

Files at the storage location are filtered by the prefix "fylr-{{ .SystemConfig.UUID }}"

{{ if .ListPageError }}

Error Listing: {{ .ListPageError }}

{{ else }} {{ range $idx, $lo := .ListObjects }} {{ end }}
Key Mod Time Size
{{ template "file_name" $lo.Key }} {{ Datetime $lo.ModTime }} {{ HumanByteSize $lo.Size }}
{{ if .NextToken }}

>

{{ end }} {{ end }}

API

{{ template "jsontree" Marshal .Location.ObjectToApi }}