interface UploadCompleteParams {
    part_ids: string[];
    md5?: string;
}

Properties

Properties

part_ids: string[]

The ordered list of Part IDs.

md5?: string

The optional md5 checksum for the file contents to verify if the bytes uploaded matches what you expect.