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

InitiateMultipartUploadOutput

import type { InitiateMultipartUploadOutput } from "https://aws-api.deno.dev/v0.3/services/glacier.ts?docs=full";

The Amazon S3 Glacier response to your request.

interface InitiateMultipartUploadOutput {
location?: string | null;
uploadId?: string | null;
}

§Properties

§
location?: string | null
[src]

The relative URI path of the multipart upload ID Amazon S3 Glacier created.

§
uploadId?: string | null
[src]

The ID of the multipart upload. This value is also included as part of the location.