import { HelpersService } from "https://deno.land/x/windmill@v1.246.10/windmill-api/services/HelpersService.ts";
Upload file to S3 bucket using multipart upload
Parameters
unnamed 0: { workspace: string; requestBody: { file_key: string; part_content?: Array<number>; upload_id?: string; parts: Array<UploadFilePart>; is_final: boolean; cancel_upload: boolean; s3_resource_path?: string; }; }
Returns
CancelablePromise<{ upload_id: string; parts: Array<UploadFilePart>; is_done: boolean; }>
any Chunk upload status