-
Notifications
You must be signed in to change notification settings - Fork 673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Help] s3 使用 contabo 失败 #64
Comments
后端log
|
需要contabo的s3测试的话我可以提供 |
nope,就叫https://contabo.com/ |
抱歉😂 |
测试了backblaze是没问题的 |
没有使用过这家的服务,晚点我去看看他们的文档 |
来自gpt补充的可能相关信息:
具体情况下,选择路径样式还是虚拟主机样式应根据实际需求和环境来决定。 |
你可以先在自己的仓库中修改 添加一行参数 const s3 = new S3Client({
region: region,
endpoint: endpoint,
forcePathStyle: true,
credentials: {
accessKeyId: accessKeyId,
secretAccessKey: secretAccessKey,
}
}); 然后测试是否能够正常工作,如果可以的话我后续加一个环境变量来实现这个 |
同时也欢迎 PR |
可以,成功了,我研究研究怎么整环境变量 |
有个问题: 然后在db.ts中添加了: |
环境变量是FORCE_PATH_STYLE=true |
这家在其他软件中需要选中强制路径样式,是否和这个有关系
The text was updated successfully, but these errors were encountered: