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

Destination

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

Points to an S3Destination object that contains information about your S3 bucket.

interface Destination {
s3?: S3Destination | null;
}

§Properties

§
s3?: S3Destination | null
[src]

The S3Destination object.