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 ed53b6d commit bf87152Copy full SHA for bf87152
index.d.ts
@@ -1276,7 +1276,7 @@ declare namespace COS {
1276
/** 上传的文件大小,单位 Byte 字节,如果不传且 Body 是流,会走服务端流式上传 */
1277
ContentLength?: number;
1278
/** 请求里的 Url Query 参数 */
1279
- Query?: string;
+ Query?: Query;
1280
/** RFC 2616 中定义的缓存指令,将作为对象元数据保存 */
1281
CacheControl?: string;
1282
/** RFC 2616 中定义的文件名称,将作为对象元数据保存 */
@@ -1778,7 +1778,7 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
1778
/** 分块上传时,并发数,默认值1 */
1779
AsyncLimit?: number;
1780
1781
1782
1783
1784
0 commit comments