fix: s3 browser preview (#580)

This commit is contained in:
withchao
2023-07-17 17:23:39 +08:00
committed by GitHub
parent cb59f05734
commit b95420ef8e
6 changed files with 39 additions and 35 deletions
+2 -2
View File
@@ -117,8 +117,8 @@ type ListUploadedPartsResult struct {
}
type AccessURLOption struct {
ContentType string `json:"contentType"`
ContentDisposition string `json:"contentDisposition"`
ContentType string `json:"contentType"`
Filename string `json:"filename"`
}
type Interface interface {