Skip to content

Commit

Permalink
Fix typo [scheme]
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-records committed Sep 14, 2023
1 parent 9d82ccb commit 23ae667
Show file tree
Hide file tree
Showing 254 changed files with 313 additions and 284 deletions.
2 changes: 1 addition & 1 deletion sample/ImageSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/ImageSearchAdd.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/ImageSearchDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/ImageSearchOpen.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/abortMultipartUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/addHotLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials' => array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/appendObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials' => array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/bindCiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials' => array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/blindWatermark.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/cancelInventoryTriggerJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/cancelLiveVideoAuditing.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', // 审核时必须为https
'scheme' => 'https', // 审核时必须为https
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/catchException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/ciTransformation.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/closeImageSlim.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials' => array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/closeOriginProtect.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials' => array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/completeMultipartUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/copy.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/copyObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/cosClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region, //园区
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'timeout' => 10, //超时时间
'connect_timeout' => 10, //连接超时时间
'ip' => '', //ip
Expand Down
2 changes: 1 addition & 1 deletion sample/createAiTranslationJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', // 万象接口必须使用https
'scheme' => 'https', // 万象接口必须使用https
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createAiWordsGeneralizeJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', // 万象接口必须使用https
'scheme' => 'https', // 万象接口必须使用https
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createDocProcessJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createFileCompressJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createFileHashCodeJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createFileUncompressJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createInventoryTriggerJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', // 万象接口必须使用https
'scheme' => 'https', // 万象接口必须使用https
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createM3U8PlayListJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaAnimationJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaAnimationTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaConcatJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaConcatTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaDigitalWatermarkJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaExtractDigitalWatermarkJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaHighSpeedHdTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaNoiseReductionJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaPicProcessJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaPicProcessTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaQualityEstimateJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaSDRtoHDRJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaSegmentJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
2 changes: 1 addition & 1 deletion sample/createMediaSmartCoverJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$cosClient = new Qcloud\Cos\Client(
array(
'region' => $region,
'schema' => 'https', //协议头部,默认为http
'scheme' => 'https', //协议头部,默认为http
'credentials'=> array(
'secretId' => $secretId,
'secretKey' => $secretKey)));
Expand Down
Loading

0 comments on commit 23ae667

Please sign in to comment.