overtrue / laravel-filesystem-cos

Tencent Cloud COS storage for Laravel based on overtrue/flysystem-cos.
MIT License
89 stars 8 forks source link

curl超时怎么解决 #17

Closed janpun closed 11 months ago

janpun commented 11 months ago

上传大文件时出现curl超时,貌似是60秒,但我研究了半天没找到设置的地方,麻烦告知下,谢谢 production.ERROR: cURL error 28: Operation timed out after 60000 milliseconds with 0 bytes received (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

overtrue commented 11 months ago

https://github.com/overtrue/laravel-filesystem-cos?tab=readme-ov-file#configuration 配置里有写

janpun commented 11 months ago

看到了,感谢