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

S3ObjectSource

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

Template bundle S3 bucket data.

interface S3ObjectSource {
bucket: string;
key: string;
}

§Properties

§
bucket: string
[src]

The name of the S3 bucket that contains a template bundle.

§
key: string
[src]

The path to the S3 bucket that contains a template bundle.