Skip to content

Commit c9e1d80

Browse files
authored
Update demo.py
1 parent 697a329 commit c9e1d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcloud_cos/demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
file_name = 'test.txt'
2323
with open('test.txt', 'rb') as fp:
2424
response = client.put_object(
25-
Bucket='test04-123456789',
25+
Bucket='test04-123456789', # Bucket由bucketname-appid组成
2626
Body=fp,
2727
Key=file_name,
2828
StorageClass='STANDARD',

0 commit comments

Comments
 (0)