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

AccelerateConfiguration

import type { AccelerateConfiguration } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see Amazon S3 Transfer Acceleration in the Amazon S3 User Guide.

interface AccelerateConfiguration {
Status?: BucketAccelerateStatus | null;
}

§Properties

§

Specifies the transfer acceleration status of the bucket.