Frank Qing

Results 4 comments of Frank Qing

尝试了直接用命令,可以上传,输出markdown格式的链接。把压缩和水印调整后还是无法正常上传。控制台在dashboard.js的103行有如下warning ``` Warning: is_readable(): open_basedir restriction in effect. File(/home/www/.aws/config) is not within the allowed path(s): (/www/wwwroot/PicUploader/:/tmp/) in /www/wwwroot/PicUploader/vendor/aws/aws-sdk-php/src/ClientSideMonitoring/ConfigurationProvider.php on line 236 {"code":"success","data":{"filename":"image.png","url":"![image.png](https:\/\/xxxx.com\/img\/ab2dc5e5ccc0d01a1127fd3faf2c5097.png)","notFormatUrl":"https:\/\/xxxx.com\/img\/ab2dc5e5ccc0d01a1127fd3faf2c5097.png"}} ```

在`/www/server/php/73/etc/php-fpm.d/www.conf`中 在`/www/server/nginx/conf/nginx.conf`中

往s3和minio,都是s3 compatible的,其他的我还没试,要是有必要我可以尝试下腾讯云

我比较在意那个is_readable的报错,我服务器上也没在那个路径放aws的密匙,上传也只需要我提供在picuploader的密匙就够了吧? 报错看上去连response也准备好了,是什么原因导致无法返回吗?