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

Source

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

An S3Source object that contains information about the S3 bucket where you saved your unsigned code.

interface Source {
s3?: S3Source | null;
}

§Properties

§
s3?: S3Source | null
[src]

The S3Source object.