fix(cos): missing response-content-disposition header for public-read bucket

pull/3202/head
Darren Yu 2 weeks ago
parent a908ec462f
commit 353091bde2
No known key found for this signature in database
GPG Key ID: 2D69AA5646405984

@ -416,9 +416,6 @@ func (handler Driver) signSourceURL(ctx context.Context, path string, expire *ti
file.Path = path
// 非签名URL不支持设置响应header
options.ContentDescription = ""
optionQuery, err := query.Values(*options)
if err != nil {
return "", err

Loading…
Cancel
Save