Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为 S3 存储桶生成预签名 URL,并使用该 URL 上传文件,而不是通过 nuxeo 服务器或直接上传选项。
文档说,我需要将 设置为CloudFrontBinaryManager要使用的二进制管理器。尽管在 中设置配置nuxeo.conf,但我无法直接上传到存储桶。我仍然看到对 的请求/upload,它将通过 nuxeo 服务器的上传路由到 s3 存储桶。
CloudFrontBinaryManager
nuxeo.conf
/upload
下载是通过预签名的 url 进行的,但上传不会。我怎样才能使上传工作?