Skip to content

Commit d367ba8

Browse files
committed
pre-release
1 parent 71d9411 commit d367ba8

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.0 to 2.6.1
4+
---------
5+
1. 多文件打包压缩
6+
2. 文件哈希值计算
7+
3. 文件解压
8+
39
2.5.6 to 2.6.0
410
---------
511
1. 通用文字识别接口

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
* @see \Qcloud\Cos\Service::getService()
211211
*/
212212
class Client extends GuzzleClient {
213-
const VERSION = '2.6.0';
213+
const VERSION = '2.6.1';
214214

215215
public $httpClient;
216216

src/Signature.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,7 @@ public function __construct( $accessKey, $secretKey, $options, $token = null ) {
3535
'if-unmodified-since',
3636
'origin',
3737
'range',
38-
'response-cache-control',
39-
'response-content-disposition',
40-
'response-content-encoding',
41-
'response-content-language',
42-
'response-content-type',
43-
'response-expires',
4438
'transfer-encoding',
45-
'versionid',
4639
];
4740
date_default_timezone_set( 'PRC' );
4841
}

0 commit comments

Comments
 (0)