mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 13:05:58 +08:00
fix: s3 browser preview (#580)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user