Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dt3310321 authored Dec 10, 2017
1 parent 697a329 commit c9e1d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcloud_cos/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
file_name = 'test.txt'
with open('test.txt', 'rb') as fp:
response = client.put_object(
Bucket='test04-123456789',
Bucket='test04-123456789', # Bucket由bucketname-appid组成
Body=fp,
Key=file_name,
StorageClass='STANDARD',
Expand Down

0 comments on commit c9e1d80

Please sign in to comment.