This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch release-1.2
in repository https://gitbox.apache.org/repos/asf/paimon.git

commit 1e00d2869964afb1f11df9e56338ff3e65073b62
Author: andybj0228 <[email protected]>
AuthorDate: Sat Jun 14 08:56:09 2025 +0800

    [doc] fix docs gcs in filesystem.md (#5747)
---
 docs/content/maintenance/filesystems.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/content/maintenance/filesystems.md 
b/docs/content/maintenance/filesystems.md
index 673fe1f073..4a0f5e6f38 100644
--- a/docs/content/maintenance/filesystems.md
+++ b/docs/content/maintenance/filesystems.md
@@ -44,6 +44,7 @@ FileSystem pluggable jars for user to query tables from 
Spark/Hive side.
 | Tencent Cloud Object Storage | cosn://    | Y         |                      
                                                  |
 | Microsoft Azure Storage      | abfs://    | Y         |                      
                                                  |
 | Huawei OBS                   | obs://     | Y         |                      
                                                  |
+| Google Cloud Storage         | gs://      | Y         |                      
                                                  |
 
 ## Dependency
 
@@ -405,7 +406,7 @@ Download [paimon-gs-{{< version 
>}}.jar](https://repository.apache.org/snapshots
 {{< tab "Flink" >}}
 
 {{< hint info >}}
-If you have already configured [oss access through 
Flink](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/filesystems/gcs/)
 (Via Flink FileSystem),
+If you have already configured [gcs access through 
Flink](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/filesystems/gcs/)
 (Via Flink FileSystem),
 here you can skip the following configuration.
 {{< /hint >}}
 
@@ -414,7 +415,7 @@ Put `paimon-gs-{{< version >}}.jar` into `lib` directory of 
your Flink home, and
 ```sql
 CREATE CATALOG my_catalog WITH (
     'type' = 'paimon',
-    'warehouse' = 'oss://<bucket>/<path>',
+    'warehouse' = 'gs://<bucket>/<path>',
     'fs.gs.auth.type' = 'SERVICE_ACCOUNT_JSON_KEYFILE',
     'fs.gs.auth.service.account.json.keyfile' = 
'/path/to/service-account-.json'
 );

Reply via email to