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

S3Config

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

Information about the Amazon Simple Storage Service (Amazon S3) storage type.

interface S3Config {
BucketName: string;
BucketPrefix: string;
EncryptionConfig?: EncryptionConfig | null;
}

§Properties

§
BucketName: string
[src]

The S3 bucket name.

§
BucketPrefix: string
[src]

The S3 bucket prefix.

§
EncryptionConfig?: EncryptionConfig | null
[src]

The Amazon S3 encryption configuration.