tencentyun / cos-php-sdk-v5

cos-php-sdk-v5
MIT License
183 stars 82 forks source link

chore: 增加1.3版本支持修改domain #149

Closed huizhiliu closed 3 years ago

huizhiliu commented 4 years ago

1.3版本支持修改domain,初始化时未传入则默认为myqcloud.com。 示例: $cosClient = new Qcloud\Cos\Client([ 'region' => $queryParam['region'], 'domain' => "test.com" 'credentials' => [ 'secretId' => " "xxxxxxxxxxxxxxxxxxxxxxx"," 'secretKey' => "xxxxxxxxxxxxxxxxxxxxxxx", ], ]);