GuoCoder 无法上传大文件,我使用的阿里云OSS。 POST https://ipiper.top/api/admin/attachments/upload 413 (Request Entity Too Large)
GuoCoder 发现是nginx问题,加个配置就行 client_max_body_size 1024m https://blog.csdn.net/ffzhihua/article/details/89339015
GuoCoder 查了下文档,阿里云OSS是支持前端直接上传的,可以不走后端服务器,是不是可以优化一下 https://help.aliyun.com/document_detail/64047.html?spm=a2c4g.11186623.6.1491.447a23f2CtAD53
Takagi GuoCoder 前端上传的话,accessKeyId 以及 accessKeySecret 不就泄露了吗?? emmm 考虑了一下,或许不需要担心,毕竟是自己的 admin,倒是可以放在 admin 里来处理,不过鉴权什么的可能也需要考虑一下。
GuoCoder Takagi https://help.aliyun.com/document_detail/120092.html?spm=a2c4g.11186623.6.1495.2fcf62e7zBnOou 阿里云可以用临时授权访问