Fix s3 file+dir handling

This commit is contained in:
Pim van Pelt
2025-12-03 12:14:13 +01:00
parent 2274372119
commit 11fbbd4b42
2 changed files with 162 additions and 69 deletions

View File

@@ -973,7 +973,7 @@ const htmlTemplateString = `<!DOCTYPE html>
<tr class="file">
<td></td>
<td>
<a href="{{urlEscape .Path}}">
<a href="{{.Path}}">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#{{.IconType}}" class="{{.CSSClass}}"></use></svg>
<span class="name">{{.Name}}</span>
</a>