Skip to content

Commit

Permalink
fix: upd d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Aug 12, 2024
1 parent b9ba86c commit a77013a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1634,6 +1634,8 @@ Bulk:批量模式,恢复时间为24 - 48小时。 */
Body: UploadBody;
/** 要上传分片内容大小 */
ContentLength?: number;
/** 服务端加密算法 */
ServerSideEncryption?: string;
}
/** multipartUpload 接口返回值 */
interface MultipartUploadResult extends GeneralResult {
Expand Down

0 comments on commit a77013a

Please sign in to comment.