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

Properties

Properties

md5?: string

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

part_ids: string[]

The ordered list of Part IDs.