cos-python-sdk-v4 icon indicating copy to clipboard operation
cos-python-sdk-v4 copied to clipboard

Python SDK for COS v4

Results 9 cos-python-sdk-v4 issues
Sort by recently updated
recently updated
newest added

I'm using python async framework fastapi. It would be better that it could provide async API

When uploading the files , using the request.set_insert_only function and it will still overwriting the files . That means the function doesn't work. Could you check it out? ``` request.set_insert_only(0)...

bug

i change the cos_request.py -ListFolderRequest() def __init__(self, bucket_name, cos_path, num=10000, prefix=u'', context=u'') you can see ,i changed num = 10000 then {u'message': u'ERROR_CGI_PARAM_LIST_NUM_ERROR', u'code': -5966, u'request_id': u''}

看官网文档是支持文件 Copy 操作的 https://www.qcloud.com/document/product/436/7419 不过 SDK 没有实现?

Targets: 1. simpler, easier to use 1. more pythonic 1. support py2/py3 any suggestion or contribution is welcome.

OS should be called with str type, not unicode.