jacobcyl / Aliyun-oss-storage

阿里云OSS laravel storage Filesystem adapter, 打造Laravel最好的OSS Storage扩展.
http://jacobcyl.github.io/Aliyun-oss-storage/
MIT License
521 stars 161 forks source link

ReadStream wrap to stream if string returned #54

Closed dmitryuk closed 2 years ago

dmitryuk commented 6 years ago

This pull request intoduces solution like this PR https://github.com/jacobcyl/Aliyun-oss-storage/pull/50 but with another implemented code. Problem if $result['raw_contents'] contains string instead of resource

farwish commented 5 years ago

[fixed] rewind() need resource but string given, in readStream method

HeJiaNong commented 3 years ago

Can we merge this PR? It looks like this package is no longer maintained...😮‍💨 I'm having the same problem with the call to readStream