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

S3Source

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

Information about the S3 bucket where you saved your unsigned code.

interface S3Source {
bucketName: string;
key: string;
version: string;
}

§Properties

§
bucketName: string
[src]

Name of the S3 bucket.

§
key: string
[src]

Key name of the bucket object that contains your unsigned code.

§
version: string
[src]

Version of your source image in your version enabled S3 bucket.