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 d967066 commit 7ef5390Copy full SHA for 7ef5390
src/Qcloud/Cos/Tests/Test.php
@@ -788,7 +788,7 @@ public function testCopyBigFile()
788
$this->cosClient->createBucket(array('Bucket' => $this->bucket));
789
$this->cosClient->Copy($bucket = $this->bucket,
790
$key = 'test10G',
791
- $copysource = 'lewzylu01-1252448703.cos.ap-guangzhou.myqcloud.com/test10g');
+ $copysource = 'lewzylu01-1251668577.cos.ap-guangzhou.myqcloud.com/test10G');
792
$rt = $this->cosClient->headObject($bucket = $this->bucket,
793
$key = 'test10G');
794
assertTrue(true, $rt['ContentLength'] == 1024 * 1024 * 1024);
0 commit comments