From 7e9e352969e753b5d244bcae581f101ef2c53b9e Mon Sep 17 00:00:00 2001 From: Rowena Date: Wed, 20 Aug 2025 17:25:34 +0200 Subject: [PATCH 1/2] fix(lb): correct info for bucket error page --- pages/load-balancer/how-to/set-up-s3-failover.mdx | 4 ++-- .../load-balancer/reference-content/configuring-backends.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/load-balancer/how-to/set-up-s3-failover.mdx b/pages/load-balancer/how-to/set-up-s3-failover.mdx index 6edcdcee78..7a8caff724 100644 --- a/pages/load-balancer/how-to/set-up-s3-failover.mdx +++ b/pages/load-balancer/how-to/set-up-s3-failover.mdx @@ -35,7 +35,7 @@ You can set up a customized error page during creation of your Load Balancer, or 1. Follow the instructions for [creating a Load Balancer](/load-balancer/how-to/create-load-balancer/). 2. Click the **+Advanced Settings** button while configuring your backend. -3. Slide the toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`). +3. Slide the toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. This feature is only available for Load Balancers using the HTTP protocol on their backend. @@ -53,7 +53,7 @@ You can set up a customized error page during creation of your Load Balancer, or This feature is only available for Load Balancers using the HTTP protocol on their backend. -7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`). +7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. 8. Click **Edit backend** to finish. ## How to create a static website for your customized error page diff --git a/pages/load-balancer/reference-content/configuring-backends.mdx b/pages/load-balancer/reference-content/configuring-backends.mdx index e265552383..88f40c11f3 100644 --- a/pages/load-balancer/reference-content/configuring-backends.mdx +++ b/pages/load-balancer/reference-content/configuring-backends.mdx @@ -154,7 +154,7 @@ Benefits of this feature include: - Providing information on service status or maintenance - Redirecting to a mirrored site or skeleton site -Note that when entering the Object Storage link to redirect to, the URL of the bucket endpoint is not sufficient. The bucket website URL is specifically required (e.g.`https://my-bucket.s3-website.nl-ams.scw.cloud`). See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help. +Note that when defining the error page, the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help. ## Health checks From cd2e6f49f6b2bcb33b25dc5cff53f8341ccc0000 Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:46:17 +0200 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- pages/load-balancer/how-to/set-up-s3-failover.mdx | 4 ++-- .../load-balancer/reference-content/configuring-backends.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/load-balancer/how-to/set-up-s3-failover.mdx b/pages/load-balancer/how-to/set-up-s3-failover.mdx index 7a8caff724..fd9b6c5ac9 100644 --- a/pages/load-balancer/how-to/set-up-s3-failover.mdx +++ b/pages/load-balancer/how-to/set-up-s3-failover.mdx @@ -35,7 +35,7 @@ You can set up a customized error page during creation of your Load Balancer, or 1. Follow the instructions for [creating a Load Balancer](/load-balancer/how-to/create-load-balancer/). 2. Click the **+Advanced Settings** button while configuring your backend. -3. Slide the toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. +3. Slide the toggle to activate the customized error page feature, and enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. This feature is only available for Load Balancers using the HTTP protocol on their backend. @@ -53,7 +53,7 @@ You can set up a customized error page during creation of your Load Balancer, or This feature is only available for Load Balancers using the HTTP protocol on their backend. -7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. +7. Enter a Scaleway Object Storage [Bucket Website](/object-storage/concepts/#bucket-website) URL in the box, if activating the feature. Note that the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. 8. Click **Edit backend** to finish. ## How to create a static website for your customized error page diff --git a/pages/load-balancer/reference-content/configuring-backends.mdx b/pages/load-balancer/reference-content/configuring-backends.mdx index 88f40c11f3..8378114080 100644 --- a/pages/load-balancer/reference-content/configuring-backends.mdx +++ b/pages/load-balancer/reference-content/configuring-backends.mdx @@ -154,7 +154,7 @@ Benefits of this feature include: - Providing information on service status or maintenance - Redirecting to a mirrored site or skeleton site -Note that when defining the error page, the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://)`. An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help. +Note that when defining the error page, the URL of the bucket endpoint is not sufficient, the bucket website domain is specifically required, **without** a leading protocol (no `http://` or `https://`). An example of correct formatting is `my-bucket.s3-website.nl-ams.scw.cloud`. See our [dedicated documentation](/load-balancer/how-to/set-up-s3-failover/) for further help. ## Health checks