We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de519f9 commit 9d4645fCopy full SHA for 9d4645f
sdk/base.js
@@ -3110,6 +3110,8 @@ function getObjectUrl(params, callback) {
3110
syncUrl += '?' + AuthData.Authorization +
3111
(AuthData.SecurityToken ? '&x-cos-security-token=' + AuthData.SecurityToken : '');
3112
queryParamsStr && (syncUrl += '&' + queryParamsStr);
3113
+ } else{
3114
+ queryParamsStr && (syncUrl += '?' + queryParamsStr);
3115
}
3116
return syncUrl;
3117
0 commit comments