From 3d94a1c2e3c5a5c8f82dd25a1461637f58005f3e Mon Sep 17 00:00:00 2001 From: fanng Date: Thu, 22 Aug 2024 19:50:20 +0800 Subject: [PATCH] s3 bundle --- docs/iceberg-rest-service.md | 2 +- docs/lakehouse-iceberg-catalog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md index eb0bcc20b6b..0aa01c1ea0e 100644 --- a/docs/iceberg-rest-service.md +++ b/docs/iceberg-rest-service.md @@ -126,7 +126,7 @@ Supports using google credential file to access GCS data. | Configuration item | Description | Default value | Required | Since Version | |----------------------------------|----------------------------------------------------------------------------------------------------|---------------|----------|---------------| -| `gravitino.iceberg-rest.io-impl` | The io implementation for `FileIO` in Iceberg, use `org.apache.iceberg.gcp.gcs.GCSFileIO` for GCS. | (none) | No | 0.7.0 | +| `gravitino.iceberg-rest.io-impl` | The io implementation for `FileIO` in Iceberg, use `org.apache.iceberg.gcp.gcs.GCSFileIO` for GCS. | (none) | No | 0.6.0 | For other Iceberg GCS properties not managed by Gravitino like `gcs.project-id`, you could config it directly by `gravitino.iceberg-rest..gcs.project-id`. diff --git a/docs/lakehouse-iceberg-catalog.md b/docs/lakehouse-iceberg-catalog.md index 2fb41c1aa0a..2cfe39617a0 100644 --- a/docs/lakehouse-iceberg-catalog.md +++ b/docs/lakehouse-iceberg-catalog.md @@ -89,7 +89,7 @@ Supports using google credential file to access GCS data. | Configuration item | Description | Default value | Required | Since Version | |------------------------|----------------------------------------------------------------------------------------------------|---------------|----------|---------------| -| `io-impl` | The io implementation for `FileIO` in Iceberg, use `org.apache.iceberg.gcp.gcs.GCSFileIO` for GCS. | (none) | No | 0.7.0 | +| `io-impl` | The io implementation for `FileIO` in Iceberg, use `org.apache.iceberg.gcp.gcs.GCSFileIO` for GCS. | (none) | No | 0.6.0 | For other Iceberg GCS properties not managed by Gravitino like `gcs.project-id`, you could config it directly by `gravitino.bypass.gcs.project-id`.