From 2b13b9da4c9e5dfe5119c2baea1f3915f795f55c Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Wed, 23 Apr 2025 13:58:18 +0200 Subject: [PATCH] chore(gen): content review MTA-5964 --- pages/object-storage/how-to/get-started-edge-services.mdx | 2 +- .../how-to/add-trigger-to-a-container.mdx | 2 +- .../serverless-functions/how-to/add-trigger-to-a-function.mdx | 2 +- .../reference-content/functions-handlers.mdx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/object-storage/how-to/get-started-edge-services.mdx b/pages/object-storage/how-to/get-started-edge-services.mdx index a671a1232f..cf9cec2a3d 100644 --- a/pages/object-storage/how-to/get-started-edge-services.mdx +++ b/pages/object-storage/how-to/get-started-edge-services.mdx @@ -7,7 +7,7 @@ content: paragraph: This page explains how to configure an Edge Services pipeline for a Scaleway Object Storage bucket. Set up your own custom domain to point to your bucket, and enable a caching service for faster and more efficient delivery. tags: object storage edge services edge-services cdn content delivery network cache domain certificate custom-domain https dates: - validation: 2024-10-15 + validation: 2025-04-23 posted: 2023-09-14 categories: - storage diff --git a/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx b/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx index a65a8e7d08..9aec60ed39 100644 --- a/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx +++ b/pages/serverless-containers/how-to/add-trigger-to-a-container.mdx @@ -7,7 +7,7 @@ content: paragraph: How to add triggers to Scaleway Serverless Containers. tags: containers dates: - validation: 2024-10-15 + validation: 2025-04-23 posted: 2023-04-27 categories: - serverless diff --git a/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx b/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx index 9a0d3b9898..5dc53a82af 100644 --- a/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx +++ b/pages/serverless-functions/how-to/add-trigger-to-a-function.mdx @@ -7,7 +7,7 @@ content: paragraph: Learn how to add triggers to your Serverless Functions in Scaleway. tags: functions dates: - validation: 2024-10-15 + validation: 2025-04-23 posted: 2023-04-27 categories: - serverless diff --git a/pages/serverless-functions/reference-content/functions-handlers.mdx b/pages/serverless-functions/reference-content/functions-handlers.mdx index 92d1f6259f..e4a4162b86 100644 --- a/pages/serverless-functions/reference-content/functions-handlers.mdx +++ b/pages/serverless-functions/reference-content/functions-handlers.mdx @@ -7,7 +7,7 @@ content: paragraph: Discover how to implement function handlers for Serverless Functions in Scaleway. tags: serverless functions cron crontab schedule cronjob dates: - validation: 2024-10-15 + validation: 2025-04-23 posted: 2024-04-09 categories: - serverless @@ -128,7 +128,7 @@ To learn how to package a function and its dependencies in a zip file, refer to // Set the header explicitly depending the returned data w.Header().Set("Content-Type", "application/json") - // Customise status code. + // Customize status code. w.WriteHeader(http.StatusOK) // Add content to the response