Information on bucket used to store files/objects

interface BucketInfo {
    bucketName: string;
    paths?: Record<string, Record<string, undefined | string[]>>;
    region: string;
}

Properties

bucketName: string

Actual bucket name

paths?: Record<string, Record<string, undefined | string[]>>

Paths to object with access permissions

region: string

Region of the bucket