Skip to content

Commit

Permalink
Docs: add missing mention of the required endpoint_url config (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet authored Dec 4, 2024
1 parent b4d807f commit 54a8cf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/website/docs/dlt-ecosystem/destinations/clickhouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ To set up GCS staging with HMAC authentication in dlt:

1. Create HMAC keys for your GCS service account by following the [Google Cloud guide](https://cloud.google.com/storage/docs/authentication/managing-hmackeys#create).

2. Configure the HMAC keys (`aws_access_key_id` and `aws_secret_access_key`) in your dlt project's ClickHouse destination settings in `config.toml`, similar to how you would configure AWS S3
credentials:
2. Configure the HMAC keys (`aws_access_key_id` and `aws_secret_access_key`) as well as `endpoint_url` in your dlt project's ClickHouse destination settings in `config.toml`, similar to how you would configure AWS S3 credentials:

```toml
[destination.filesystem]
Expand Down

0 comments on commit 54a8cf0

Please sign in to comment.