Skip to content

Commit

Permalink
docs(design): fix a typo (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlwilliamx authored May 12, 2022
1 parent f1cf350 commit 8d7d7c0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/zh/design/file/file-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,6 @@ Put接口入参主要有三个,多了一个data字段用来传输文件内容
| data | 文件内容 | no(允许用户上传空数据,每个component可以做具体实现)|
| metadata | 元数据,该字段用户可以用来指定component需要的一些字段,(eg:权限,用户名等) | yes|

#### Put接口

Put接口入参主要有三个,多了一个data字段用来传输文件内容:

| **参数名** | **意义** | **是否必传** |
| --- | --- | --- | --- | --- | --- | --- |
| store_name | 后端对应的components(eg: aliOSS, awsOSS) | yes |
| name | 文件名字 | yes|
| data | 文件内容 | no(允许用户上传空数据,每个component可以做具体实现)|
| metadata | 元数据,该字段用户可以用来指定component需要的一些字段,(eg:权限,用户名等) | yes|


#### List和Del接口

Expand Down

0 comments on commit 8d7d7c0

Please sign in to comment.