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

UploadMetadata

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

Describes the upload.

interface UploadMetadata {
SignedHeaders?: {
[key: string]: string | null | undefined;
}
| null;
UploadUrl?: string | null;
}

§Properties

§
SignedHeaders?: {
[key: string]: string | null | undefined;
}
| null
[src]

The signed headers.

§
UploadUrl?: string | null
[src]

The URL of the upload.