Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CompletedMultipartUpload

import type { CompletedMultipartUpload } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

The container for the completed multipart upload details.

interface CompletedMultipartUpload {
Parts?: CompletedPart[] | null;
}

§Properties

§
Parts?: CompletedPart[] | null
[src]

Array of CompletedPart data types.

If you do not supply a valid Part with your request, the service sends back an HTTP 400 response.