Skip to content

Commit a77013a

Browse files
committed
fix: upd d.ts
1 parent b9ba86c commit a77013a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
16341634
Body: UploadBody;
16351635
/** 要上传分片内容大小 */
16361636
ContentLength?: number;
1637+
/** 服务端加密算法 */
1638+
ServerSideEncryption?: string;
16371639
}
16381640
/** multipartUpload 接口返回值 */
16391641
interface MultipartUploadResult extends GeneralResult {

0 commit comments

Comments
 (0)