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

S3Object

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

Contains the S3 bucket name and the Amazon S3 key name.

interface S3Object {
s3Bucket?: string | null;
s3key?: string | null;
}

§Properties

§
s3Bucket?: string | null
[src]

The S3 bucket name.

§
s3key?: string | null
[src]

The Amazon S3 key name.