Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document s3.path.style.access parameter in Iceberg #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WanYixian
Copy link
Collaborator

Description

Add s3.path.style.access parameter in Iceberg

Related code PR

risingwavelabs/risingwave#19111

Related doc issue

Resolve https://github.com/risingwavelabs/risingwave-docs-legacy/issues/2729

@WanYixian WanYixian requested a review from chenzl25 December 18, 2024 08:37
@@ -32,6 +32,7 @@ You don’t need to specify the column name for the Iceberg source, as RisingWav
| s3.region | Optional. The region where the S3 bucket is hosted. Either `s3.endpoint` or `s3.region` must be specified. |
| s3.access.key | Required. Access key of the S3 compatible object store. |
| s3.secret.key | Required. Secret key of the S3 compatible object store. |
| s3.path.style.access | Optional. Determines the access style for S3. If `true`, use path-style; if `false`, use [virtual-hosted–style](https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html). |
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @chenzl25 , wanna double check this parameter applies to both source and sink, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant