We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999ca52 commit 0b9b85bCopy full SHA for 0b9b85b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog - Aliyun OSS SDK for PHP
2
3
+## v2.2.4 / 2017-04-25
4
+
5
+* fix getObject to local file bug
6
7
## v2.2.3 / 2017-04-14
8
9
* fix md5 check
src/OSS/OssClient.php
@@ -2520,8 +2520,8 @@ public function setConnectTimeout($connectTimeout)
2520
);
2521
// OssClient版本信息
2522
const OSS_NAME = "aliyun-sdk-php";
2523
- const OSS_VERSION = "2.2.3";
2524
- const OSS_BUILD = "20170414";
+ const OSS_VERSION = "2.2.4";
+ const OSS_BUILD = "20170425";
2525
const OSS_AUTHOR = "";
2526
const OSS_OPTIONS_ORIGIN = 'Origin';
2527
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
0 commit comments