From 16ea17a7cd85ff65df717e422f66fdef91c71089 Mon Sep 17 00:00:00 2001 From: RahulGautamSingh <rahultesnik@gmail.com> Date: Fri, 13 Sep 2024 15:06:36 +0530 Subject: [PATCH] chore: fix markdown lint (#31371) --- docs/usage/self-hosted-configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md index 29d052ad49..c49c59f882 100644 --- a/docs/usage/self-hosted-configuration.md +++ b/docs/usage/self-hosted-configuration.md @@ -1172,10 +1172,11 @@ If set, Renovate will use this string as the `endpoint` when creating the AWS S3 If set, Renovate will enable `forcePathStyle` when creating the AWS S3 client instance. For example: -| `s3PathStyle` | Path | + +| `s3PathStyle` | Path | | ------------- | ---------------------------------- | -| `off` | `https://bucket.s3.amazonaws.com/` | -| `on` | `https://s3.amazonaws.com/bucket/` | +| `off` | `https://bucket.s3.amazonaws.com/` | +| `on` | `https://s3.amazonaws.com/bucket/` | Read the [AWS S3 docs, Interface BucketEndpointInputConfig](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/interfaces/bucketendpointinputconfig.html) to learn more about path-style URLs. -- GitLab