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/s3control.ts?docs=full";

The container for the bucket configuration.

Note: This is not supported by Amazon S3 on Outposts buckets.

interface CreateBucketConfiguration {
LocationConstraint?: BucketLocationConstraint | null;
}

§Properties

§
LocationConstraint?: BucketLocationConstraint | null
[src]

Specifies the Region where the bucket will be created. If you are creating a bucket on the US East (N. Virginia) Region (us-east-1), you do not need to specify the location.

Note: This is not supported by Amazon S3 on Outposts buckets.