Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

Amazon S3 Tables is an AWS-native Iceberg catalog service that uses the REST protocol with AWS SigV4 authentication. You can use it with RisingWave when creating an Iceberg SOURCE, SINK, or CONNECTION (for internal Iceberg tables).
New to S3 Tables and need to create a table bucket / namespace / table first? See Create Amazon S3 Tables with AWS CLI.
Required REST parameters for S3 Tables:
ParameterDescriptionValue for S3 Tables
catalog.uriThe S3 Tables REST endpoint for your region.https://s3tables.<your-region>.amazonaws.com/iceberg
catalog.rest.signing_regionThe AWS region for signing requests.e.g., us-east-1
catalog.rest.sigv4_enabledEnables SigV4 signing. Must be true.true
catalog.rest.signing_nameThe service name for signing requests.s3tables
For a complete list of all catalog-related parameters, see the main Catalog configuration page.