File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ .idea /
2
+ .vscode
1
3
.github /
2
4
coverage /
3
5
demo /
Original file line number Diff line number Diff line change @@ -2624,7 +2624,7 @@ declare class COS {
2624
2624
/** 获取文件下载链接 @see https://cloud.tencent.com/document/product/436/35651 */
2625
2625
getObjectUrl (
2626
2626
params : COS . GetObjectUrlParams ,
2627
- callback : ( err : COS . CosError , data : COS . GetObjectUrlResult ) => void
2627
+ callback ? : ( err : COS . CosError , data : COS . GetObjectUrlResult ) => void
2628
2628
) : string ;
2629
2629
2630
2630
/** 追加上传 @see https://cloud.tencent.com/document/product/436/7741 */
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cos-nodejs-sdk-v5" ,
3
- "version" : " 2.17 .0-beta.0" ,
3
+ "version" : " 2.16 .0-beta.0" ,
4
4
"description" : " cos nodejs sdk v5" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments