Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
This commit is contained in:
parent
98032f2b0a
commit
4efe5dbf02
|
|
@ -50,6 +50,7 @@ import Beta from '../../../../_assets/commonMarkdown/_beta.mdx'
|
|||
| aws.s3.secret_key | The Secret Access Key used to access your S3 bucket. |
|
||||
| aws.s3.iam_role_arn | The ARN of the IAM role that has privileges on your S3 bucket in which your data files are stored. |
|
||||
| aws.s3.external_id | The external ID of the AWS account that is used for cross-account access to your S3 bucket. |
|
||||
| aws.s3.enable_ssl | Specifies whether to enable SSL connection.<br />Valid values: `true` and `false`. Default value: `true`. |
|
||||
| azure.blob.endpoint | The endpoint of your Azure Blob Storage Account, for example, `https://test.blob.core.windows.net`. |
|
||||
| azure.blob.shared_key | The Shared Key used to authorize requests for your Azure Blob Storage. |
|
||||
| azure.blob.sas_token | The shared access signatures (SAS) used to authorize requests for your Azure Blob Storage. |
|
||||
|
|
|
|||
|
|
@ -52,6 +52,7 @@ import Beta from '../../../../_assets/commonMarkdown/_beta.mdx'
|
|||
| aws.s3.secret_key | S3 バケットにアクセスするためのシークレットアクセスキーです。 |
|
||||
| aws.s3.iam_role_arn | データファイルが保存されている S3 バケットに対して権限を持つ IAM ロールの ARN です。 |
|
||||
| aws.s3.external_id | S3 バケットへのクロスアカウントアクセスに使用される AWS アカウントの外部 ID です。 |
|
||||
| aws.s3.enable_ssl | SSL 接続を有効にするかどうかを指定します。<br />有効な値:`true` および `false`。デフォルト値:`true`。 |
|
||||
| azure.blob.endpoint | Azure Blob Storage アカウントのエンドポイントです。例:`https://test.blob.core.windows.net`。 |
|
||||
| azure.blob.shared_key | Azure Blob Storage へのリクエストを承認するために使用される共有キーです。 |
|
||||
| azure.blob.sas_token | Azure Blob Storage へのリクエストを承認するために使用される共有アクセス署名 (SAS) です。 |
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@ import Beta from '../../../../_assets/commonMarkdown/_beta.mdx'
|
|||
| aws.s3.secret_key | 访问 S3 存储空间的 Secret Key。 |
|
||||
| aws.s3.iam_role_arn | 有访问 S3 存储空间权限 IAM Role 的 ARN。 |
|
||||
| aws.s3.external_id | 用于跨 AWS 账户访问 S3 存储空间的外部 ID。 |
|
||||
| aws.s3.enable_ssl | 指定是否启用 SSL 连接。<br />有效值:`true` 和 `false`。默认值:`true`。 |
|
||||
| azure.blob.endpoint | Azure Blob Storage 的链接地址,如 `https://test.blob.core.windows.net`。 |
|
||||
| azure.blob.shared_key | 访问 Azure Blob Storage 的共享密钥(Shared Key)。 |
|
||||
| azure.blob.sas_token | 访问 Azure Blob Storage 的共享访问签名(SAS)。 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue