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

GetBucketLocationOutput

import type { GetBucketLocationOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface GetBucketLocationOutput {
LocationConstraint?: BucketLocationConstraint | null;
}

§Properties

§
LocationConstraint?: BucketLocationConstraint | null
[src]

Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported location constraints by Region, see Regions and Endpoints. Buckets in Region us-east-1 have a LocationConstraint of null.