Skip to content

Commit

Permalink
add s3.path.style.access
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian committed Dec 18, 2024
1 parent ec37659 commit eadd829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integrations/destinations/apache-iceberg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ WITH (
| 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). |
| database.name | Required. The database of the target Iceberg table. |
| table.name | Required. The name of the target Iceberg table. |
| catalog.name | Conditional. The name of the Iceberg catalog. It can be omitted for storage catalog but required for other catalogs. |
Expand Down
1 change: 1 addition & 0 deletions integrations/sources/apache-iceberg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
| database.name | Required. Name of the database that you want to ingest data from. |
| table.name | Required. Name of the table that you want to ingest data from. |
| catalog.name | Conditional. The name of the Iceberg catalog. It can be omitted for storage catalog but required for other catalogs. |
Expand Down

0 comments on commit eadd829

Please sign in to comment.