Skip to content

Commit 922c3ef

Browse files
committed
Merge pull request #143 from rwifeng/add_demos
add readme for examples
2 parents d1fa3c1 + c769830 commit 922c3ef

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# examples
2+
3+
这些 examples 旨在帮助你快速了解使用七牛的sdk。这些demo都是可以直接运行的, 但是在运行之前需要填上您自己的参数。
4+
5+
比如:
6+
7+
* `$bucket` 需要填上您想操作的 [bucket名字](http://developer.qiniu.com/docs/v6/api/overview/concepts.html#bucket)
8+
* `$accessKey``$secretKey` 可以在我们的[管理后台](https://portal.qiniu.com/setting/key)找到。
9+
* 在进行`视频转码``压缩文件`等异步操作时 需要使用到的队列名称也可以在我们[管理后台](https://portal.qiniu.com/mps/pipeline)新建。
10+

0 commit comments

Comments
 (0)