gpt4 book ai didi

amazon-s3 - 如何在 Strapi 中为 AWS S3 提供商设置 CloudFront url

转载 作者:行者123 更新时间:2023-12-04 09:41:28 26 4
gpt4 key购买 nike

我已经安装了 strapi-provider-upload-aws-s3 并成功将文件上传到 s3 但有什么方法可以更改到云端的链接而不是使用 s3 吗?

strapi": "3.0.0",
"strapi-provider-upload-aws-s3": "^3.0.0",

配置/plugins.js

module.exports = ({ env }) => ({
upload: {
accessKeyId: "xxxxxxxxxx",
secretAccessKey: "xxxxxxxx",
region: "xxxxx",
params: {
Bucket: "xxxxx",
},
cloudfrontIsEnabled: 'Yes',
cloudfrontURL: "xxx.cloudfront.net",
}
}); (edited)

发现旧issue但在新版本中没有运气

最佳答案

我不认为当前版本的 strapi 和 strapi-provider-upload-aws-s3

最好的办法是 fork 提供者代码,在此处更改 url: https://github.com/strapi/strapi/blob/master/packages/strapi-provider-upload-aws-s3/lib/index.js#L38

并将 fork 提供程序添加到您的 package.json 文件

"dependencies": {
...,
"strapi-provider-upload-aws-s3": "git+https://github.com/<YOUR_GITHUB_ACCOUNT>/strapi-provider-upload-aws-s3.git"
...
}

关于amazon-s3 - 如何在 Strapi 中为 AWS S3 提供商设置 CloudFront url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62311235/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com