Skip to content

Commit d3d5585

Browse files
authored
Document missing Iceberg REST catalog properties
1 parent 5248e2a commit d3d5585

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/main/sphinx/object-storage/metastores.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@ following properties:
515515
* - `iceberg.rest-catalog.nested-namespace-enabled`
516516
- Support querying objects under nested namespace.
517517
Defaults to `false`.
518+
* - `iceberg.rest-catalog.view-endpoints-enabled`
519+
- Enable view endpoints. Defaults to `true`.
520+
* - `iceberg.rest-catalog.sigv4-enabled`
521+
- Enable AWS Signature version 4 (SigV4). Defaults to `false`.
522+
* - `iceberg.rest-catalog.signing-name`
523+
- AWS SigV4 signing service name. Defaults to `execute-api`.
518524
* - `iceberg.rest-catalog.case-insensitive-name-matching`
519525
- Match namespace, table, and view names case insensitively. Defaults to `false`.
520526
* - `iceberg.rest-catalog.case-insensitive-name-matching.cache-ttl`

0 commit comments

Comments
 (0)