File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/pages/product/configuration/data-sources Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ deployment][ref-demo-deployment] in Cube Cloud.
6767| ` CUBEJS_DB_DUCKDB_DATABASE_PATH ` | The database filepath to use for connection to a local database. | A valid duckdb database file path | ❌ | ✅ |
6868| ` CUBEJS_DB_DUCKDB_S3_ACCESS_KEY_ID ` | The Access Key ID to use for database connections | A valid Access Key ID | ❌ | ✅ |
6969| ` CUBEJS_DB_DUCKDB_S3_SECRET_ACCESS_KEY ` | The Secret Access Key to use for database connections | A valid Secret Access Key | ❌ | ✅ |
70- | ` CUBEJS_DB_DUCKDB_S3_ENDPOINT ` | The S3 endpoint | A valid [ S3 endpoint] [ duckdb-docs-s3-import ] | ✅ | ✅ |
71- | ` CUBEJS_DB_DUCKDB_S3_REGION ` | The [ region of the bucket] [ duckdb-docs-s3-import ] | A valid AWS region | ✅ | ✅ |
70+ | ` CUBEJS_DB_DUCKDB_S3_ENDPOINT ` | The S3 endpoint | A valid [ S3 endpoint] [ duckdb-docs-s3-import ] | ❌ | ✅ |
71+ | ` CUBEJS_DB_DUCKDB_S3_REGION ` | The [ region of the bucket] [ duckdb-docs-s3-import ] | A valid AWS region | ❌ | ✅ |
7272| ` CUBEJS_CONCURRENCY ` | The number of concurrent connections each queue has to the database. Default is ` 2 ` | A valid number | ❌ | ✅ |
7373| ` CUBEJS_DB_DUCKDB_S3_USE_SSL ` | Use SSL for connection | A boolean | ❌ | ❌ |
7474| ` CUBEJS_DB_DUCKDB_S3_URL_STYLE ` | To choose the S3 URL style(vhost or path) | 'vhost' or 'path' | ❌ | ❌ |
75- | ` CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN ` | The token for the S3 session | A valid Session Token | ✅ | ✅ |
75+ | ` CUBEJS_DB_DUCKDB_S3_SESSION_TOKEN ` | The token for the S3 session | A valid Session Token | ❌ | ✅ |
7676
7777## Pre-Aggregation Feature Support
7878
You can’t perform that action at this time.
0 commit comments