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

    Specifies the information about the bucket that will be created. For more information about directory buckets, see Directory buckets in the Amazon S3 User Guide.

    This functionality is only supported by directory buckets.

    interface BucketInfo {
        DataRedundancy?: DataRedundancy;
        Type?: "Directory";
    }
    Index

    Properties

    DataRedundancy?: DataRedundancy

    The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.

    Type?: "Directory"

    The type of bucket.