Type alias PutFilesBody

PutFilesBody: {
    completed_upload_id?: string;
    content_type?: string;
    etag_by_part?: {
        [key: string]: string;
    };
    expires_in?: number;
    num_parts?: number;
    number_1?: number | number;
    number_2?: number | number;
    unicode_1?: string;
    unicode_2?: string;
    unicode_3?: string;
    unicode_4?: string;
    unicode_5?: string;
    unicode_6?: string;
}

Type declaration

  • Optional completed_upload_id?: string

    ID of completed multipart upload to merge

  • Optional content_type?: string

    Optionally specify the content type of the file you will upload

  • Optional etag_by_part?: {
        [key: string]: string;
    }

    List of ETags for each part of the multipart upload

    • [key: string]: string
  • Optional expires_in?: number

    Number of seconds before presigned URLs expire

  • Optional num_parts?: number

    Number of parts to upload

  • Optional number_1?: number | number

    Custom number index 1

  • Optional number_2?: number | number

    Custom number index 2

  • Optional unicode_1?: string

    Custom unicode index 1

  • Optional unicode_2?: string

    Custom unicode index 2

  • Optional unicode_3?: string

    Custom unicode index 3

  • Optional unicode_4?: string

    Custom unicode index 4

  • Optional unicode_5?: string

    Custom unicode index 5

  • Optional unicode_6?: string

    Custom unicode index 6