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

aliyun oss 支不支持 temporaryUrl #64

Open AdolphYu opened 5 years ago

phoenixg commented 5 years ago

Please support temporaryUrl using OSS's signURL

AdolphYu commented 5 years ago

jacobcyl\ali-oss-storage\src\AliOssAdapter.php

public function getTemporaryUrl($path,$timeout){ return $this->client->signUrl($this->bucket, $this->applyPathPrefix($path), $timeout); }

phoenixg commented 5 years ago

@AdophYu Can you merge this to a new release version?

AdolphYu commented 5 years ago

I used ’summergeorge/Aliyun-oss-storage‘ instead of it @phoenixg