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