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 f6e65ff commit fc04d04Copy full SHA for fc04d04
qcloud_cos/cos_comm.py
@@ -15,7 +15,6 @@
15
from .xml2dict import Xml2Dict
16
from .cos_exception import CosClientError
17
from .cos_exception import CosServiceError
18
-#from enum import IntFlag
19
20
SINGLE_UPLOAD_LENGTH = 5*1024*1024*1024 # 单次上传文件最大为5GB
21
DEFAULT_CHUNK_SIZE = 1024*1024 # 计算MD5值时,文件单次读取的块大小为1MB
0 commit comments