Skip to content

Commit 7ef5390

Browse files
committed
patch of copy
1 parent d967066 commit 7ef5390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qcloud/Cos/Tests/Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ public function testCopyBigFile()
788788
$this->cosClient->createBucket(array('Bucket' => $this->bucket));
789789
$this->cosClient->Copy($bucket = $this->bucket,
790790
$key = 'test10G',
791-
$copysource = 'lewzylu01-1252448703.cos.ap-guangzhou.myqcloud.com/test10g');
791+
$copysource = 'lewzylu01-1251668577.cos.ap-guangzhou.myqcloud.com/test10G');
792792
$rt = $this->cosClient->headObject($bucket = $this->bucket,
793793
$key = 'test10G');
794794
assertTrue(true, $rt['ContentLength'] == 1024 * 1024 * 1024);

0 commit comments

Comments
 (0)