Interface GcpBucketMeta

interface GcpBucketMeta {
    alias: string;
    host?: string;
    name: string;
    type?: string;
}

Properties

Properties

alias: string

Bucket alias. Used to get bucket by short codename

'assets'
host?: string

Bucket host.

name: string

Google Cloud Storage bucket name

'hc-auth-assets'
type?: string

Bucket type.