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

CreateBucketConfiguration

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

The configuration information for the bucket.

interface CreateBucketConfiguration {
LocationConstraint?: BucketLocationConstraint | null;
}

§Properties

§
LocationConstraint?: BucketLocationConstraint | null
[src]

Specifies the Region where the bucket will be created. If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region (us-east-1).