Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhapuyu committed Mar 15, 2016
1 parent 0e5df50 commit 14af2a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
###3.AccessKey
访问授权,包括AccessKeyId和AccessKeySecret。
##接口定义
###1.上传(PUT)
###1.上传
| | |
| :----- | :--- |
| 接口功能 | 上传 |
Expand All @@ -23,7 +23,7 @@
| 响应头 | Connection: close<br> Code: 200<br> ETag:xxxxxxxxxx(sha1sum值)<br> Location: ${location}<br> Date: Wed,22 Feb 2016 08:32:21 GMT |
| 响应内容 ||
| 示例 | PUT /live/my-image.jpg HTTP/1.1<br> Host: $host<br> Date: ${GMT date}<br> Authorization:ak_live:NsPFsxwMyYwLX4cXKnN1cD_34sg=:1387948120<br> Content-Type: image/jpg<br> |
###2.下载(GET)
###2.下载
| | |
| :----- | :--- |
| 接口功能 | 下载 |
Expand All @@ -39,7 +39,7 @@
| 响应头 | Server: Bfs |
| 响应内容 | data bytes |
| 示例 | GET /bfs/live/my-image.jpg HTTP/1.1<br> Host: $host<br> Date: ${GMT date}<br> |
###3.删除(DELETE)
###3.删除
| | |
| :----- | :--- |
| 接口功能 | 删除 |
Expand Down

0 comments on commit 14af2a8

Please sign in to comment.