Skip to content
Snippets Groups Projects
Unverified Commit 16ea17a7 authored by RahulGautamSingh's avatar RahulGautamSingh Committed by GitHub
Browse files

chore: fix markdown lint (#31371)

parent 8c78a7e1
No related branches found
No related tags found
No related merge requests found
...@@ -1172,10 +1172,11 @@ If set, Renovate will use this string as the `endpoint` when creating the AWS S3 ...@@ -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. If set, Renovate will enable `forcePathStyle` when creating the AWS S3 client instance.
For example: For example:
| `s3PathStyle` | Path |
| `s3PathStyle` | Path |
| ------------- | ---------------------------------- | | ------------- | ---------------------------------- |
| `off` | `https://bucket.s3.amazonaws.com/` | | `off` | `https://bucket.s3.amazonaws.com/` |
| `on` | `https://s3.amazonaws.com/bucket/` | | `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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment