Skip to content

Releases: tencentyun/cos-php-sdk-v4

支持同时操作多个appid、bucket;支持composer。

26 Jun 03:15
Compare
Choose a tag to compare

支持同时操作多个appid、bucket;支持composer。

Bugfix: 去掉一个php strict warning

21 Feb 09:59
Compare
Choose a tag to compare

使用sequence id代替curl handle做为array的key,去除php strict warning。

修复上传文件时,返回字段不一致的问题。

09 Jan 02:51
Compare
Choose a tag to compare

修复上传文件时,返回字段不一致的问题。

Add copyFile and moveFile apis.

18 Dec 11:46
Compare
Choose a tag to compare

Add apis for copying or moving a file from one place to another.

Bugfix: fix upload failure on some occasions.

07 Dec 08:05
Compare
Choose a tag to compare

Fix upload failure when files contain special character '@' and php version smaller than 5.5.