Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down