pull/1897/merge
Darren Yu 2 years ago committed by GitHub
commit 03395d8a79
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
}
return finalURL.String(), nil
return strings.Replace(finalURL.String(), "%2F", "/", -1), nil
}
// Token 获取上传策略和认证Token

Loading…
Cancel
Save