Skip to content

Commit

Permalink
Add missing exchange prefix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jun 3, 2024
1 parent 58ff0c0 commit 8e5cfb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/sphinx/installation/query-resiliency.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ fault-tolerant execution with an S3-based exchange:
base-directories=s3://exchange-spooling-bucket-1,s3://exchange-spooling-bucket-2

additionalExchangeManagerProperties:
s3.region=us-west-1
s3.aws-access-key=example-access-key
s3.aws-secret-key=example-secret-key
exchange.s3.region=us-west-1
exchange.s3.aws-access-key=example-access-key
exchange.s3.aws-secret-key=example-secret-key
```
In non-Kubernetes installations, the same properties must be defined in an
Expand Down

0 comments on commit 8e5cfb5

Please sign in to comment.