aliyun / alibabacloud-oss-sdk

The OSS SDK. Powered by Darabonba.
Apache License 2.0
20 stars 8 forks source link

tea-oss-utils VerifyStream #274

Closed LinXueYi closed 2 years ago

LinXueYi commented 2 years ago

项目依赖

错误信息

Declaration of AlibabaCloud\Tea\OSSUtils\VerifyStream::read($length) must be compatible with GuzzleHttp\Psr7\Stream::read($length): string

解决方法

alibabacloud\tea-oss-utils\src\VerifyStream.php 修改 read 方法

public function read($length) : string
{
    $string = parent::read($length);
    if (!empty($string)) {
        $this->crcRead->append($string);
        $this->content .= $string;
    }

    return $string;
}
github-actions[bot] commented 2 years ago

感谢您为阿里云 OSS SDK 提交宝贵的建议

yndu13 commented 2 years ago

已支持,commit:https://github.com/aliyun/alibabacloud-oss-sdk/commit/7fc74f9fa2fe0f0203cc24e4db6612945d34bb6c