Home > @hapoosjs/aws-buckets > AWSBuckets > 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>