@@ -452,8 +452,9 @@ export interface Backend {
452452 /** Date at which the backend was updated. */
453453 updatedAt ?: Date
454454 /**
455- * Scaleway S3 bucket website to be served as failover if all backend servers
456- * are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
455+ * Scaleway Object Storage bucket website to be served as failover if all
456+ * backend servers are down, e.g.
457+ * failover-website.s3-website.fr-par.scw.cloud.
457458 */
458459 failoverHost ?: string
459460 /**
@@ -893,8 +894,9 @@ export type CreateBackendRequest = {
893894 */
894895 proxyProtocol ?: ProxyProtocol
895896 /**
896- * Scaleway S3 bucket website to be served as failover if all backend servers
897- * are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
897+ * Scaleway Object Storage bucket website to be served as failover if all
898+ * backend servers are down, e.g.
899+ * failover-website.s3-website.fr-par.scw.cloud.
898900 */
899901 failoverHost ?: string
900902 /**
@@ -1755,8 +1757,9 @@ export type UpdateBackendRequest = {
17551757 */
17561758 proxyProtocol ?: ProxyProtocol
17571759 /**
1758- * Scaleway S3 bucket website to be served as failover if all backend servers
1759- * are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
1760+ * Scaleway Object Storage bucket website to be served as failover if all
1761+ * backend servers are down, e.g.
1762+ * failover-website.s3-website.fr-par.scw.cloud.
17601763 */
17611764 failoverHost ?: string
17621765 /**
@@ -2119,8 +2122,9 @@ export type ZonedApiCreateBackendRequest = {
21192122 */
21202123 proxyProtocol ?: ProxyProtocol
21212124 /**
2122- * Scaleway S3 bucket website to be served as failover if all backend servers
2123- * are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
2125+ * Scaleway Object Storage bucket website to be served as failover if all
2126+ * backend servers are down, e.g.
2127+ * failover-website.s3-website.fr-par.scw.cloud.
21242128 */
21252129 failoverHost ?: string
21262130 /**
@@ -2778,8 +2782,9 @@ export type ZonedApiUpdateBackendRequest = {
27782782 */
27792783 proxyProtocol ?: ProxyProtocol
27802784 /**
2781- * Scaleway S3 bucket website to be served as failover if all backend servers
2782- * are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
2785+ * Scaleway Object Storage bucket website to be served as failover if all
2786+ * backend servers are down, e.g.
2787+ * failover-website.s3-website.fr-par.scw.cloud.
27832788 */
27842789 failoverHost ?: string
27852790 /**
0 commit comments