Skip to content

Commit ed13d75

Browse files
nastena1606Copilot
andcommitted
Update docs/reference/configuration-options.md
Co-authored-by: Copilot <[email protected]>
1 parent 2024c4a commit ed13d75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/details/endpoint-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Here's the example of the configuration file with the endpoint map:
5454
```
5555

5656

57-
You can define the specific nodes for the `endpointUrlMap` parameter for AWS S3 and Azure or for the `endpointMap` for MinIO and S3-compatible storage. Not listed nodes use the endpoint defined for the `endpointUrl` / `endpoint` parameter.
57+
You can define specific nodes using the `endpointUrlMap` (for AWS S3 and Azure) or `endpointMap` (for MinIO and S3-compatible storage) parameters. Both parameters are maps of `'host:port'` to endpoint URL, as shown in the examples above. Nodes not listed in the map will use the endpoint defined by the `endpointUrl` or `endpoint` parameter, respectively.
5858

5959
For the solution to work, you should also have the mapping mechanism in place. This mechanism should be able to map the custom endpoints to the main endpoint URL of the storage, routing the requests from `pbm-agents` to the storage and back seamlessly.
6060

docs/reference/configuration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The maximum file size to be stored on the backup storage. If the file to upload
257257

258258
## MinIO type storage options
259259

260-
You can use this storage type for other S3-compatible storages
260+
You can use this storage type for other S3-compatible storage services
261261

262262
```yaml
263263
storage:

0 commit comments

Comments
 (0)