File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ PutExtra是上传时的可选信息,默认为None
194
194
```
195
195
196
196
* ` params ` 是一个字典。[ 自定义变量] ( http://docs.qiniu.com/api/put.html#xVariables ) ,key必须以 x: 开头命名,不限个数。可以在 uploadToken 的 callbackBody 选项中求值。
197
- * ` mime_type ` 表示数据的MimeType。
197
+ * ` mime_type ` 表示数据的MimeType,当不指定时七牛服务器会自动检测 。
198
198
* ` crc32 ` 待检查的crc32值
199
199
* ` check_crc ` 可选值为0, 1, 2。
200
200
`check_crc == 0`: 表示不进行 crc32 校验。
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ class PutExtra(object):
216
216
```
217
217
218
218
* ` params ` 是一个字典。[ 自定义变量] ( http://docs.qiniu.com/api/put.html#xVariables ) ,key必须以 x: 开头命名,不限个数。可以在 uploadToken 的 callbackBody 选项中求值。
219
- * ` mime_type ` 表示数据的MimeType。
219
+ * ` mime_type ` 表示数据的MimeType,当不指定时七牛服务器会自动检测 。
220
220
* ` crc32 ` 待检查的crc32值
221
221
* ` check_crc ` 可选值为0, 1, 2。
222
222
`check_crc == 0`: 表示不进行 crc32 校验。
You can’t perform that action at this time.
0 commit comments