Skip to content

Commit 48d8698

Browse files
committed
Update iceberg.md
1 parent 2d7747f commit 48d8698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/iceberg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ SETTINGS
4242
- `rest_catalog_sigv4_enabled` – Enables AWS SigV4 authentication for secure catalog communication.
4343
- `rest_catalog_signing_region` – AWS region used for signing the catalog requests.
4444
- `rest_catalog_signing_name` – The service name used in AWS SigV4 signing.
45-
- `use_environment_credentials`If true, Timeplus will use environment-based credentials, useful for cases where Timeplus runs in an AWS EC2 instance with an assigned IAM role. Setting this to false improves performance on non-EC2 instances.
45+
- `use_environment_credentials`Default to true, Timeplus will use environment-based credentials, useful for cases where Timeplus runs in an AWS EC2 instance with an assigned IAM role, or AWS credentials in environment variables as `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`. Setting this to false if you are using local minio or public S3 bucket.
4646
- `credential` – A unified credential (username:password format) that applies to both catalog and storage if they share the same authentication (e.g. AWS access key and secret key).
4747
- `catalog_credential` – If the catalog requires a separate credential, specify it here.
4848
- `storage_credential` – If the storage (e.g. S3) requires a different credential, specify it separately.

0 commit comments

Comments
 (0)