Home > @hapoosjs/api-buckets > BucketWebsiteConfiguration
Website configuration when a bucket is used to store Web pages for a site
Signature:
export declare class BucketWebsiteConfiguration extends BaseResponse
Extends: BaseResponse
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(rawResponse) | Creates a new BucketWebsiteConfiguration instance |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| errorPage? | string | (Optional) Error page to be shown when requested page is not found | |
| indexPage? | string | (Optional) Index page, e.g index.html | |
| redirectHostName? | string | (Optional) Redirect URL if this bucket redirects requests to another bucket or Website | |
| redirectProtocol? | string | (Optional) Redirect protocol, typically https |