Skip to content

Commit

Permalink
Update start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Nov 8, 2018
1 parent fa8c45b commit 32ff146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csp/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
2. 到COS 对象存储控制台创建存储桶,得到 Bucket(存储桶名称) 和 Region(地域名称)
3. 到控制台密钥管理获取您的项目 SecretId 和 SecretKey。
4. 配置 CORS 规则,配置例子如下图:
![cors](//mc.qcloudimg.com/static/img/2e7791e9274ce3ebf8b25bbeafcd7b45/image.png)
![cors](../demo/cors.png)

> 关于文章中出现的 SecretId、SecretKey、Bucket 等名称的含义和获取方式请参考:[COS 术语信息](https://cloud.tencent.com/document/product/436/7751)
Expand Down Expand Up @@ -76,4 +76,4 @@ document.getElementById('file-selector').onchange = function () {
支持 webpack 打包的场景,可以用 npm 引入作为模块
```shell
npm i cos-js-sdk-v5 --save
```
```

0 comments on commit 32ff146

Please sign in to comment.