feat: add bucket browser

This commit is contained in:
2024-08-19 02:28:25 +07:00
parent 934e0c409c
commit 93a1dce5f7
35 changed files with 770 additions and 137 deletions
+2
View File
@@ -13,4 +13,6 @@ type BrowserObject struct {
ObjectKey *string `json:"objectKey"`
LastModified *time.Time `json:"lastModified"`
Size *int64 `json:"size"`
ViewUrl string `json:"viewUrl"`
DownloadUrl string `json:"downloadUrl"`
}