We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, 非常棒的一个库~
不知能不能增加PutObject时的访问权限功能,也就是x-oss-object-acl可以是public-read。
x-oss-object-acl
public-read
Laravel 的文档中是有标准的公开访问参数设置的,比如put/putFile的'public‘参数以及setVisibility等函数,这个功能也影响到了保存上传文件时的storePublicly和storePubliclyAs方法。
put/putFile
setVisibility
storePublicly
storePubliclyAs
另外,使用signedDownloadUrl方法来获得签名下载地址当然很好啦:-D,Laravel 5.5之后有temporaryUrl 方法做这个事情,感觉和官方同步是个好主意~
signedDownloadUrl
temporaryUrl
Any way,good jobs!
The text was updated successfully, but these errors were encountered:
是好建议!我有空的时候看看
Sorry, something went wrong.
同求
No branches or pull requests
Hi, 非常棒的一个库~
不知能不能增加PutObject时的访问权限功能,也就是
x-oss-object-acl
可以是public-read
。Laravel 的文档中是有标准的公开访问参数设置的,比如
put/putFile
的'public‘参数以及setVisibility
等函数,这个功能也影响到了保存上传文件时的storePublicly
和storePubliclyAs
方法。另外,使用
signedDownloadUrl
方法来获得签名下载地址当然很好啦:-D,Laravel 5.5之后有temporaryUrl
方法做这个事情,感觉和官方同步是个好主意~Any way,good jobs!
The text was updated successfully, but these errors were encountered: