Information on bucket used to store files/objects

interface BucketInfo {
    bucketName: string;
    region: string;
}

Properties

Properties

bucketName: string

Actual bucket name

region: string

Region of the bucket