{{ range sort site.Data.backends "name" "asc" }} {{ if .virtual }}{{ continue }} {{ end }} {{ end }}
Name Purge Copy Move DirMove CleanUp ListR StreamUpload MultithreadUpload LinkSharing About EmptyDir
{{ .name }} {{ partial "bool.html" (in .features "Purge") }} {{ partial "bool.html" (in .features "Copy") }} {{ partial "bool.html" (in .features "Move") }} {{ partial "bool.html" (in .features "DirMove") }} {{ partial "bool.html" (in .features "CleanUp") }} {{ partial "bool.html" (in .features "ListR") }} {{ partial "bool.html" (in .features "PutStream") }} {{ partial "bool.html" (or (in .features "OpenChunkWriter") (in .features "OpenWriterAt")) }} {{ partial "bool.html" (in .features "PublicLink") }} {{ partial "bool.html" (in .features "About") }} {{ partial "bool.html" (in .features "CanHaveEmptyDirectories") }}