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
13.github /
24coverage /
35demo /
Original file line number Diff line number Diff line change @@ -2624,7 +2624,7 @@ declare class COS {
26242624 /** 获取文件下载链接 @see https://cloud.tencent.com/document/product/436/35651 */
26252625 getObjectUrl (
26262626 params : COS . GetObjectUrlParams ,
2627- callback : ( err : COS . CosError , data : COS . GetObjectUrlResult ) => void
2627+ callback ? : ( err : COS . CosError , data : COS . GetObjectUrlResult ) => void
26282628 ) : string ;
26292629
26302630 /** 追加上传 @see https://cloud.tencent.com/document/product/436/7741 */
Original file line number Diff line number Diff line change 11{
22 "name" : " cos-nodejs-sdk-v5" ,
3- "version" : " 2.17 .0-beta.0" ,
3+ "version" : " 2.16 .0-beta.0" ,
44 "description" : " cos nodejs sdk v5" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments