-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Problems with uploading images to Cloudflare R2 关于图片上传到Cloudflare R2 的问题 #2878
Labels
Comments
我从我的理解来解释下
// RunPreSignLinks is a background job that pre-signs external links stored in the database.
// It uses S3 client to generate presigned URLs and updates the corresponding resources in the store.
func RunPreSignLinks(ctx context.Context, dataStore *store.Store) 以上是临时查看代码得到的,如有错误请指正。 |
sorry, this is a replicated issue already discussed in #2565, and merged at #2855 |
确实已有讨论,刚刚测试了一下,尽管是添加阿里云OSS和腾讯云COS,都还是会经过服务器中转再上传到OSS / COS 望开发者能够加入直传的API功能 |
This issue is stale because it has been open 14 days with no activity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
目前经本人测试,选择存储为 Cloudflare R2 ,上传图片会经过服务器中转
这对于一些小带宽的服务器不太友好,请问有什么方法可以解决 直接直连上传到 对象存储
Tips:不知道是不是不支持,还是个人的配置有问题
At present, after my own testing, I chose Cloudflare R2 for storage. Uploaded images will be transferred through the server. This is not very friendly to some servers with small bandwidth. Is there any way to solve the problem of directly uploading to object storage? I don’t know if it is not supported. Or is there something wrong with my personal configuration?
Type of feature
API
Additional context
No response
The text was updated successfully, but these errors were encountered: