feat: show thumbnails in browser listing, fix object actions overflow

This commit is contained in:
2024-10-14 00:14:34 +00:00
parent 37027396ca
commit 1b1b815443
8 changed files with 87 additions and 33 deletions
+1 -2
View File
@@ -13,6 +13,5 @@ type BrowserObject struct {
ObjectKey *string `json:"objectKey"`
LastModified *time.Time `json:"lastModified"`
Size *int64 `json:"size"`
ViewUrl string `json:"viewUrl"`
DownloadUrl string `json:"downloadUrl"`
Url string `json:"url"`
}