From e906b8d0c46a51ed651bfc0ef60b956440aaeb94 Mon Sep 17 00:00:00 2001 From: dougal Date: Fri, 10 Oct 2025 14:29:47 +0100 Subject: [PATCH] docs: add missing ` --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4978d776d..9e3a565c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -628,7 +628,7 @@ You'll need to modify the following files - `backend/s3/s3.go` - Add the provider to `providerOption` at the top of the file - Add endpoints and other config for your provider gated on the provider in `fs.RegInfo`. - - Exclude your provider from generic config questions (eg `region` and `endpoint). + - Exclude your provider from generic config questions (eg `region` and `endpoint`). - Add the provider to the `setQuirks` function - see the documentation there. - `docs/content/s3.md` - Add the provider at the top of the page.