Home > @hapoosjs/api-buckets > Buckets > getWebsiteConfiguration
Get Website configuration associated with a bucket
Signature:
getWebsiteConfiguration(bucketName: string): Promise<BucketWebsiteConfiguration>;
| Parameter | Type | Description |
|---|---|---|
| bucketName | string | Bucket name |
Returns:
Promise<BucketWebsiteConfiguration>