Skip to content

Commit c144c4d

Browse files
authored
Update set config (#92)
* update-client * update-client
1 parent eabbae1 commit c144c4d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/Qcloud/Cos/Tests/Test.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -778,23 +778,6 @@ public function testPutObjectEncryption()
778778
}
779779
}
780780

781-
/*
782-
* Copy大文件
783-
* 200
784-
*/
785-
public function testCopyBigFile()
786-
{
787-
try {
788-
$this->cosClient->createBucket(array('Bucket' => $this->bucket));
789-
$this->cosClient->Copy($bucket = $this->bucket,
790-
$key = 'test10G',
791-
$copysource = 'lewzylu01-1251668577.cos.ap-guangzhou.myqcloud.com/test10G');
792-
} catch (ServiceResponseException $e) {
793-
$this->assertFalse(true, $e);
794-
}
795-
}
796-
797-
798781
/*
799782
* 上传文件Bucket不存在
800783
* NoSuchBucket

0 commit comments

Comments
 (0)