mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[GH-ISSUE #616] 使用backblaze B2存储桶(兼容S3)会提示错误 #234
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nodeloc666 on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/616
使用的B2私有存储桶



key的权限
不知道是还需要其他配置吗?
@nodeloc666 commented on GitHub (Mar 31, 2025):
我使用cloudflare R2也不行,也不是缓存的原因,不知道是我出问题还是有bug
@dreamhunter2333 commented on GitHub (Mar 31, 2025):
是否允许 pages 域名访问 R2了呢,需要手动设置白名单
@nodeloc666 commented on GitHub (Mar 31, 2025):
那backblaze的b2村存储桶也需要这样设置吗?我记得我改过CORS为所有HTTPS都允许
@nodeloc666 commented on GitHub (Mar 31, 2025):
同时如果能在前端的
S3附件中添加一个删除附件功能,我感觉会更方便和合理@dreamhunter2333 commented on GitHub (Apr 1, 2025):
感谢反馈, 我看下如何增加
@dreamhunter2333 commented on GitHub (Apr 1, 2025):
理论上需要一样的设置,项目使用的 aws s3 sdk, 理论上兼容 s3 的都可以使用
@nodeloc666 commented on GitHub (Apr 1, 2025):
哎,还想着找了一个非常不错的第三方S3服务,结果用不了,呜呜3,只能先R2代替了
@didingqd commented on GitHub (Apr 6, 2025):
还是跨域问题
@nodeloc666 commented on GitHub (Apr 6, 2025):
哦哦,OK,我试试
@nodeloc666 commented on GitHub (Apr 6, 2025):
可以了,看来是这个跨域问题