Skip to content

Commit

Permalink
Merge pull request #12 from freyo/2.0
Browse files Browse the repository at this point in the history
2.0.2
  • Loading branch information
freyo authored Apr 21, 2017
2 parents be9fda8 + 7dd509a commit 022c785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ This is a Flysystem adapter for the qcloud-cos-sdk-php v3.

## Attention

if you are a new registered user(after October,2016), v4 should be used.
if you are a new registered user(after October 2016), [v4](https://packagist.org/packages/freyo/flysystem-qcloud-cos-v4) should be used.

2016年10月以后新注册的用户默认使用V4版本
2016年10月以后新注册的用户默认使用[V4版本](https://packagist.org/packages/freyo/flysystem-qcloud-cos-v4)

if you have used COS before October 2016, [v3](https://packagist.org/packages/freyo/flysystem-qcloud-cos-v3) can continue to use.

2016年10月之前使用COS的用户可以继续使用[V3版本](https://packagist.org/packages/freyo/flysystem-qcloud-cos-v3)

## Installation

Expand Down
3 changes: 1 addition & 2 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ class Exception extends BaseException
'-64' => 'ERROR_PROXY_FORBID_APPID 该业务已经被屏蔽',
'-63' => 'ERROR_PROXY_FILEID_NOTMATCH fileid与签名不匹配',
'-62' => 'ERROR_PROXY_AUTH_APPID appid与secretid不匹配',
'-61' => 'ERROR_PROXY_SIGN_BUCKET_NOTMATCH bucket与签名中的bucket不匹配',
'-61' => 'ERROR_PROXY_INVALID_CMD_REQ 非法的CMD请求',
'-61' => 'ERROR_PROXY_SIGN_BUCKET_NOTMATCH bucket与签名中的bucket不匹配/ERROR_PROXY_INVALID_CMD_REQ 非法的CMD请求',
'-60' => 'ERROR_PROXY_AUTH_INVALID_TOKEN 非法token值',
'-199' => 'ERROR_CMD_FILE_MOVE_ERROR 文件移动失败',
'-198' => 'ERROR_CMD_REDIRECT_ERROR 重定向错误',
Expand Down

0 comments on commit 022c785

Please sign in to comment.