We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75feadd commit a68e7b4Copy full SHA for a68e7b4
collections/_go-sdk/编译指南(ARM).md
@@ -73,7 +73,7 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
73
```
74
</div>
75
76
-## 3.在ARM平台编译可执行文件
+## 3. 在ARM平台编译可执行文件
77
<div class="copyable" markdown="1">
78
79
```shell
collections/_python-sdk/普通上传.md
@@ -7,7 +7,8 @@ sidebar:
7
8
## 使用说明
9
10
-* 普通上传适用于一次HTTP请求交互即可完成上传的场景,比如小文件(小于1GB)的上传。
+* 普通上传适用于一次HTTP请求交互即可完成上传的场景,比如小文件的上传。
11
+* 小于 100M 的文件推荐使用本接口上传
12
* 大文件(大于1GB)的上传请使用分片上传。
13
14
## 函数说明
0 commit comments