Skip to content

Commit f66660e

Browse files
authored
Fix typo [scheme] (#321)
1 parent 9e841cc commit f66660e

File tree

254 files changed

+313
-284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+313
-284
lines changed

sample/ImageSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/ImageSearchAdd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/ImageSearchDelete.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/ImageSearchOpen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/abortMultipartUpload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/addHotLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials' => array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/appendObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials' => array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/bindCiService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials' => array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/blindWatermark.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

sample/cancelInventoryTriggerJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$cosClient = new Qcloud\Cos\Client(
99
array(
1010
'region' => $region,
11-
'schema' => 'https', //协议头部,默认为http
11+
'scheme' => 'https', //协议头部,默认为http
1212
'credentials'=> array(
1313
'secretId' => $secretId,
1414
'secretKey' => $secretKey)));

0 commit comments

Comments
 (0)