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

S3Location

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

A location in Amazon S3.

interface S3Location {
BucketName: string;
ObjectKey: string;
Region?: string | null;
}

§Properties

§
BucketName: string
[src]

A bucket name.

§
ObjectKey: string
[src]

An object key.

§
Region?: string | null
[src]

The bucket's Region.