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 e439c3a commit 697a329Copy full SHA for 697a329
README.rst
@@ -40,7 +40,7 @@ cos最新可用地域,参照https://www.qcloud.com/document/product/436/6224
40
############################################################################
41
# 1. 上传单个文件
42
response = client.put_object(
43
- Bucket='test01-123456789',
+ Bucket='test01-123456789', # Bucket由bucketname-appid组成
44
Body='TY'*1024*512*file_size,
45
Key=file_name,
46
CacheControl='no-cache',
0 commit comments