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

S3Path

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

Information required to find a specific file in an Amazon S3 bucket.

interface S3Path {
Bucket: string;
Key: string;
}

§Properties

§
Bucket: string
[src]

The name of the S3 bucket that contains the file.

§
Key: string
[src]

The name of the file.