Skip to content

Commit

Permalink
修复刚刚的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
asforest committed Jan 16, 2025
1 parent 90a2226 commit f227d6d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/v2/installation/upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,12 @@ import TabItem from '@theme/TabItem';

首先需要配置端点:

+ 腾讯云:`https://<bucket>.cos.<region>.myqcloud.com`
+ 将`<bucket>`替换成对应的桶名,比如`examplebucket-123321`
+ 腾讯云:`https://cos.<region>.myqcloud.com`
+ 将`<region>`替换成对应的地域,比如`ap-guangzhou`
+ 阿里云:`https://<bucket>.oss-<resion>.aliyuncs.com`
+ 将`<bucket>`替换成对应的桶名,比如`examplebucket`
+ 阿里云:`https://oss-<resion>.aliyuncs.com`
+ 将`<region>`替换成对应的地域,比如`cn-hangzhou`

然后需要配置桶名,虽然端点中已经包含了桶名,但这里仍然需要再填一次
然后需要配置桶名。

+ 腾讯云:通常格式为`<BucketName-APPID>`,既桶名+APPID
+ 阿里云:格式没有限制
Expand Down

0 comments on commit f227d6d

Please sign in to comment.