Merge pull request #56237 from ClickHouse/justindeguzman-patch-1

[Docs] Specify IAM role necessary for GCS table function
This commit is contained in:
robot-ch-test-poll1 2023-11-07 01:20:06 +01:00 committed by GitHub
commit 845a235ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ keywords: [gcs, bucket]
# gcs Table Function
Provides a table-like interface to select/insert files in [Google Cloud Storage](https://cloud.google.com/storage/).
Provides a table-like interface to `SELECT` and `INSERT` data from [Google Cloud Storage](https://cloud.google.com/storage/). Requires the [`Storage Object User` IAM role](https://cloud.google.com/storage/docs/access-control/iam-roles).
**Syntax**