Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/windmill-api/services/HelpersService.ts>HelpersService.multipartFileUpload

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method HelpersService.multipartFileUpload
import { HelpersService } from "https://deno.land/x/windmill@v1.246.4/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