MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / complete

Method complete

apps/cloud/worker-configuration.d.ts:2263–2263  ·  view source on GitHub ↗
(uploadedParts: R2UploadedPart[])

Source from the content-addressed store, hash-verified

2261 ): Promise<R2UploadedPart>;
2262 abort(): Promise<void>;
2263 complete(uploadedParts: R2UploadedPart[]): Promise<R2Object>;
2264}
2265interface R2UploadedPart {
2266 partNumber: number;

Calls

no outgoing calls

Tested by 2

connectGoogleAccountFunction · 0.64