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-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface S3Path {
Bucket: string;
Key: string;
}

§Properties

§
Bucket: string
[src]
§
Key: string
[src]