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

S3Destination

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

The name and prefix of the S3 bucket where code signing saves your signed objects.

interface S3Destination {
bucketName?: string | null;
prefix?: string | null;
}

§Properties

§
bucketName?: string | null
[src]

Name of the S3 bucket.

§
prefix?: string | null
[src]

An Amazon S3 prefix that you can use to limit responses to those that begin with the specified prefix.