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 697a329 commit c9e1d80Copy full SHA for c9e1d80
qcloud_cos/demo.py
@@ -22,7 +22,7 @@
22
file_name = 'test.txt'
23
with open('test.txt', 'rb') as fp:
24
response = client.put_object(
25
- Bucket='test04-123456789',
+ Bucket='test04-123456789', # Bucket由bucketname-appid组成
26
Body=fp,
27
Key=file_name,
28
StorageClass='STANDARD',
0 commit comments