pull/1898/merge
Darren Yu 2 years ago committed by GitHub
commit f91cc376ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -403,7 +403,7 @@ func (handler *Driver) signSourceURL(ctx context.Context, path string, ttl int64
finalURL.Scheme = cdnURL.Scheme finalURL.Scheme = cdnURL.Scheme
} }
return finalURL.String(), nil return strings.Replace(finalURL.String(), "%2F", "/", -1), nil
} }
// Token 获取上传策略和认证Token // Token 获取上传策略和认证Token

Loading…
Cancel
Save