Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/src/main/sphinx/object-storage/metastores.md
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@ following properties:
* - `iceberg.rest-catalog.nested-namespace-enabled`
- Support querying objects under nested namespace.
Defaults to `false`.
* - `iceberg.rest-catalog.view-endpoints-enabled`
- Enable view endpoints. Defaults to `true`.
* - `iceberg.rest-catalog.sigv4-enabled`
Copy link
Member

Choose a reason for hiding this comment

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

Could you also document iceberg.rest-catalog.signing-name config property?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done :)

Copy link
Member

Choose a reason for hiding this comment

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

A commit per a config property looks overkill. Could you squash commits into one?

- Enable AWS Signature version 4 (SigV4). Defaults to `false`.
* - `iceberg.rest-catalog.signing-name`
- AWS SigV4 signing service name. Defaults to `execute-api`.
* - `iceberg.rest-catalog.case-insensitive-name-matching`
- Match namespace, table, and view names case insensitively. Defaults to `false`.
* - `iceberg.rest-catalog.case-insensitive-name-matching.cache-ttl`
Expand Down