IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface GetBucketLocationOutput

    interface GetBucketLocationOutput {
        LocationConstraint?: BucketLocationConstraint;
    }

    Hierarchy (View Summary)

    Index

    Properties

    LocationConstraint?: BucketLocationConstraint

    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. Buckets with a LocationConstraint of EU reside in eu-west-1.