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

CORSConfiguration

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

Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see Enabling Cross-Origin Resource Sharing in the Amazon S3 User Guide.

interface CORSConfiguration {
CORSRules: CORSRule[];
}

§Properties

§
CORSRules: CORSRule[]
[src]

A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.