提交的内容
This commit is contained in:
2
vendor/qcloud/cos-sdk-v5/sample/getBucketAcl.php
vendored
Executable file → Normal file
2
vendor/qcloud/cos-sdk-v5/sample/getBucketAcl.php
vendored
Executable file → Normal file
@ -8,7 +8,7 @@ $region = "ap-beijing"; //替换为用户的 region,已创建桶归属的regio
|
||||
$cosClient = new Qcloud\Cos\Client(
|
||||
array(
|
||||
'region' => $region,
|
||||
'schema' => 'https', //协议头部,默认为http
|
||||
'scheme' => 'https', //协议头部,默认为http
|
||||
'credentials'=> array(
|
||||
'secretId' => $secretId,
|
||||
'secretKey' => $secretKey)));
|
||||
|
||||
Reference in New Issue
Block a user