Skip to content

Commit b24e85b

Browse files
committed
去掉bucket_name注释
1 parent 627188e commit b24e85b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qiniu/services/storage/uploader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def put_file(up_token, key, file_path, params=None,
6262
hostscache_dir: host请求 缓存文件保存位置
6363
version 分片上传版本 目前支持v1/v2版本 默认v1
6464
part_size 分片上传v2必传字段 默认大小为4MB 分片大小范围为1 MB - 1 GB
65-
bucket_name 分片上传v2字段必传字段 空间名称
6665
6766
Returns:
6867
一个dict变量,类似 {"hash": "<Hash string>", "key": "<Key string>"}
@@ -162,7 +161,6 @@ class _Resume(object):
162161
hostscache_dir: host请求 缓存文件保存位置
163162
version 分片上传版本 目前支持v1/v2版本 默认v1
164163
part_size 分片上传v2必传字段 分片大小范围为1 MB - 1 GB
165-
bucket_name 分片上传v2字段必传字段 空间名称
166164
"""
167165

168166
def __init__(self, up_token, key, input_stream, file_name, data_size, hostscache_dir, params, mime_type,

0 commit comments

Comments
 (0)