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

InputS3Object

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

Amazon S3 Location information for an input manifest file.

interface InputS3Object {
Bucket: string;
Key: string;
VersionId?: string | null;
}

§Properties

§
Bucket: string
[src]

The Amazon S3 bucket that contains the manifest.

§
Key: string
[src]

The name and location of the manifest file withiin the bucket.

§
VersionId?: string | null
[src]

The version ID of the bucket.