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

    Interface LocationInfo

    Specifies the location where the bucket will be created.

    For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see Working with directory buckets in the Amazon S3 User Guide.

    This functionality is only supported by directory buckets.

    interface LocationInfo {
        Type?: LocationType;
        Name?: string;
    }
    Index

    Properties

    Properties

    The type of location where the bucket will be created.

    Name?: string

    The name of the location where the bucket will be created.

    For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is usw2-az1.