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.
2 parents 8ad343c + 9ec5a98 commit 593cc2bCopy full SHA for 593cc2b
README.rst
@@ -35,6 +35,7 @@ cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224
35
config = CosConfig(Appid=appid, Region=region, Access_id=secret_id, Access_key=secret_key, Token=token) #获取配置对象
36
client = CosS3Client(config) #获取客户端对象
37
38
+
39
############################################################################
40
# 文件操作 #
41
0 commit comments