Home > @hapoosjs/api-buckets > Buckets > getWebsiteDomain
Get the Website URL corresponding to a bucket
Signature:
getWebsiteDomain(bucketName: string): Promise<string>;
Parameter | Type | Description |
---|---|---|
bucketName | string | Bucket name |
Returns:
Promise<string>