chore: fix markdown lint (#31371)

This commit is contained in:
RahulGautamSingh 2024-09-13 15:06:36 +05:30 committed by GitHub
parent 8c78a7e1ce
commit 16ea17a7cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.