From bcf9a31cd3dd09eb462b7154841206819908dab9 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 8 Apr 2026 17:00:24 -0400 Subject: [PATCH] Document support for the new GCS provider --- website/docs/dotslash-file.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/dotslash-file.md b/website/docs/dotslash-file.md index b6a7b75..c028ea6 100644 --- a/website/docs/dotslash-file.md +++ b/website/docs/dotslash-file.md @@ -202,9 +202,11 @@ assumed. Each provider defines its own schema with respect to the other fields that must be specified on the JSON object. Currently, DotSlash incldues three providers: + - HTTP Provider: `"type": "http"` - GitHub Release Provider: `"type": "github-release"` - S3 Provider: `"type": "s3"` +- GCS Provider: `"type": "gcs"` At the time of this writing, there is no way to add custom providers without forking DotSlash.