jacobcyl / Aliyun-oss-storage

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

私有云文件地址如何获取 #47

Closed shenglin-php closed 6 years ago

shenglin-php commented 6 years ago

用Storage::url(); 获取私有云的文件地址,异常提示文件不存在FileNotFoundException

feikai2012 commented 6 years ago

@shenglin-php 修改AliOssAdapter geturl方法$this->client->signUrl($this->bucket, $path);作者方法没有写完善。只能获取公开链接

summergeorge commented 6 years ago

代码实现了$client->signUrl()方法,提交了requests给作者,可以参考使用。 #53

shenglin-php commented 6 years ago

3Q