Skip to content

Commit fc04d04

Browse files
author
degangliu
committed
delete enum
1 parent f6e65ff commit fc04d04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qcloud_cos/cos_comm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
from .xml2dict import Xml2Dict
1616
from .cos_exception import CosClientError
1717
from .cos_exception import CosServiceError
18-
#from enum import IntFlag
1918

2019
SINGLE_UPLOAD_LENGTH = 5*1024*1024*1024 # 单次上传文件最大为5GB
2120
DEFAULT_CHUNK_SIZE = 1024*1024 # 计算MD5值时,文件单次读取的块大小为1MB

0 commit comments

Comments
 (0)