Skip to content

Commit

Permalink
[Doc] Forbid https in endpoint address (backport #52279) (#52280)
Browse files Browse the repository at this point in the history
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
  • Loading branch information
mergify[bot] and EsoragotoSpirit authored Oct 24, 2024
1 parent 691b9f5 commit 4933c4e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ StarRocks 访问存储系统的认证配置。
| ---------------------- | ------------------------------------------------------------ |
| fs.oss.accessKeyId | 访问阿里云 OSS 存储空间的 AccessKey ID,用于标识用户。 |
| fs.oss.accessKeySecret | 访问阿里云 OSS 存储空间的 AccessKey Secret,是用于加密签名字符串和 OSS 用来验证签名字符串的密钥。 |
| fs.oss.endpoint | 访问阿里云 OSS 存储空间的连接地址。 |
| fs.oss.endpoint | 访问阿里云 OSS 存储空间的连接地址。<br />**注意**<br />请勿在端点地址中指定 `https` |

请参见阿里云官方文档[用户签名验证](https://help.aliyun.com/document_detail/31950.html)

Expand All @@ -425,7 +425,7 @@ StarRocks 访问存储系统的认证配置。
| ------------------------------ | ------------------------------------------------------------ |
| fs.cosn.userinfo.secretId | 访问腾讯云 COS 存储空间的 SecretId,用于标识 API 调用者的身份。 |
| fs.cosn.userinfo.secretKey | 访问腾讯云 COS 存储空间的 SecretKey,是用于加密签名字符串和服务端验证签名字符串的密钥。 |
| fs.cosn.bucket.endpoint_suffix | 访问腾讯云 COS 存储空间的连接地址。 |
| fs.cosn.bucket.endpoint_suffix | 访问腾讯云 COS 存储空间的连接地址。<br />**注意**<br />请勿在端点地址中指定 `https` |

请参见腾讯云官方文档[使用永久密钥访问 COS](https://cloud.tencent.com/document/product/436/68282)

Expand All @@ -445,7 +445,7 @@ StarRocks 访问存储系统的认证配置。
| ---------------------- | ------------------------------------------------------------ |
| fs.obs.access.key | 访问华为云 OBS 存储空间的 Access Key ID,与私有访问密钥关联的唯一标识符。|
| fs.obs.secret.key | 访问华为云 OBS 存储空间的 Secret Access Key,对请求进行加密签名,可标识发送方,并防止请求被修改。 |
| fs.obs.endpoint | 访问华为云 OBS 存储空间的连接地址。 |
| fs.obs.endpoint | 访问华为云 OBS 存储空间的连接地址。<br />**注意**<br />请勿在端点地址中指定 `https` |

请参见华为云官方文档[通过永久访问密钥访问 OBS](https://support.huaweicloud.com/perms-cfg-obs/obs_40_0007.html)

Expand Down

0 comments on commit 4933c4e

Please sign in to comment.