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

GetBucketCorsOutput

import type { GetBucketCorsOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetBucketCorsOutput {
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.