From 4d9d4dce49e34211ac4739dd138b86c7ab5eac52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= <7773090+lindhe@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:42:20 +0100 Subject: [PATCH] Remove mention of `s3UsePathStyle` setting (#745) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the mention of `s3UsePathStyle`, which has never been implemented. For details, see #588 Signed-off-by: Andreas Lindhé <7773090+lindhe@users.noreply.github.com> --- web/docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/troubleshooting.md b/web/docs/troubleshooting.md index a062ae8..fe57262 100644 --- a/web/docs/troubleshooting.md +++ b/web/docs/troubleshooting.md @@ -406,7 +406,7 @@ For detailed PITR configuration and WAL management, see the 3. **Adjust provider-specific settings (endpoint, path style, etc.)** - See [Object Store Configuration](object_stores.md) for provider-specific settings - - Ensure `endpointURL` and `s3UsePathStyle` match your storage type + - Ensure `endpointURL` is set correctly for your storage provider - Verify network policies allow egress to your storage provider ## Diagnostic Commands