Skip to content

Commit 01ba795

Browse files
committed
Modify Copy Demo
1 parent 1bfd309 commit 01ba795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qcloud_cos/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ def Test():
138138
print "Test List Buckets"
139139
response = client.list_buckets()
140140

141-
copy_source = {'Appid': '1252448703', 'Bucket': 'test04', 'Key': '/test.txt', 'Region': 'ap-beijing-1'}
142-
print "Test Copy Object From Otopy Object"
141+
copy_source = {'Appid': '1252448703', 'Bucket': 'test01', 'Key': '/test.txt', 'Region': 'ap-beijing-1'}
142+
print "Test Copy Object From Other Object"
143143
response = client.copy_object(
144144
Bucket='test04',
145145
Key='test.txt',

0 commit comments

Comments
 (0)