Skip to content

Commit 4b1d682

Browse files
committed
Merge branch 'feature/add_docs' of github.com:SunRunAway/python-sdk into feature/add_docs
2 parents dea809d + 804bc14 commit 4b1d682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.gist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ PutExtra是上传时的可选信息,默认为None
194194
```
195195

196196
* `params` 是一个字典。[自定义变量](http://docs.qiniu.com/api/put.html#xVariables),key必须以 x: 开头命名,不限个数。可以在 uploadToken 的 callbackBody 选项中求值。
197-
* `mime_type` 表示数据的MimeType。
197+
* `mime_type` 表示数据的MimeType,当不指定时七牛服务器会自动检测
198198
* `crc32` 待检查的crc32值
199199
* `check_crc` 可选值为0, 1, 2。
200200
`check_crc == 0`: 表示不进行 crc32 校验。

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class PutExtra(object):
216216
```
217217

218218
* `params` 是一个字典。[自定义变量](http://docs.qiniu.com/api/put.html#xVariables),key必须以 x: 开头命名,不限个数。可以在 uploadToken 的 callbackBody 选项中求值。
219-
* `mime_type` 表示数据的MimeType。
219+
* `mime_type` 表示数据的MimeType,当不指定时七牛服务器会自动检测
220220
* `crc32` 待检查的crc32值
221221
* `check_crc` 可选值为0, 1, 2。
222222
`check_crc == 0`: 表示不进行 crc32 校验。

0 commit comments

Comments
 (0)