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

    In terms of implementation, a Bucket is a resource.

    interface Bucket {
        Name?: string;
        CreationDate?: Date;
        BucketRegion?: string;
        BucketArn?: string;
    }
    Index

    Properties

    Name?: string

    The name of the bucket.

    CreationDate?: Date

    Date the bucket was created. This date can change when making changes to your bucket, such as editing its bucket policy.

    BucketRegion?: string

    BucketRegion indicates the Amazon Web Services region where the bucket is located. If the request contains at least one valid parameter, it is included in the response.

    BucketArn?: string

    The Amazon Resource Name (ARN) of the S3 bucket. ARNs uniquely identify Amazon Web Services resources across all of Amazon Web Services.

    This parameter is only supported for S3 directory buckets. For more information, see Using tags with directory buckets.