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

Contains information about an S3 bucket.

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

§Properties

§
Bucket: string
[src]

The name of the specific S3 bucket.

§
Key: string
[src]

The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.