From 68ed291e022d0122b88844e3cd4e19914568358b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Lindh=C3=A9?= <7773090+lindhe@users.noreply.github.com> Date: Tue, 27 Jan 2026 13:59:39 +0100 Subject: [PATCH] Remove mention of `s3UsePathStyle` setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed the mention of `s3UsePathStyle`, which seems to be nowhere to be found. I'm guessing it was removed at some point. For details, see: https://github.com/cloudnative-pg/plugin-barman-cloud/issues/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