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.4/services/sms.ts?docs=full";

Location of an Amazon S3 object.

interface S3Location {
bucket?: string | null;
key?: string | null;
}

§Properties

§
bucket?: string | null
[src]

The Amazon S3 bucket name.

§
key?: string | null
[src]

The Amazon S3 bucket key.