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 bc28bc5 commit bc911dcCopy full SHA for bc911dc
index.d.ts
@@ -1654,6 +1654,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
1654
interface SliceUploadFileParams extends ObjectParams {
1655
/** 要上传的本地文件路径 */
1656
FilePath: string,
1657
+ /** 分块上传时,每片的字节数大小,默认值1048576(1MB) */
1658
+ ChunkSize?: number,
1659
/** 请求里的 Url Query 参数 */
1660
Query?: string,
1661
/** RFC 2616 中定义的缓存指令,将作为对象元数据保存 */
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cos-nodejs-sdk-v5",
3
- "version": "2.10.2",
+ "version": "2.10.3",
4
"description": "cos nodejs sdk v5",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments