-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(onedrive): support frontend direct upload #1532
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
Conversation
|
请在前端仓库也发起pr,并在此pr中附上前端pr的跳转链接 |
稍等, |
|
不是很喜欢目前这种实现方式,如果真的要做前端上传,s3等驱动也会有相关需求,建议考虑将“获取前端上传信息“函数设计为一个驱动实现的接口,驱动未实现接口或调用返回 |
确实不错,我重新规划一下。是我考虑不全面了 |
|
建议取消 |
这边部署在自己服务器上跑了几天了,没有任何问题。我还需要有什么补充的地方吗 |
最近有点忙,可能得过两天才能看看 |
|
这个上传逻辑适不适用于 |
|
@ILoveScratch2 日志改了,你再看一下,没问题就合吧 |
* OneDrive添加直连上传 * refactor * fix: duplicate root path join --------- Co-authored-by: KirCute <951206789@qq.com>









Description / 描述
前端:OpenListTeam/OpenList-Frontend#249
Motivation and Context / 背景
Closes #1246
How Has This Been Tested? / 测试
Checklist / 检查清单
I have read the CONTRIBUTING document.
我已阅读 CONTRIBUTING 文档。
I have formatted my code with
go fmtor prettier.我已使用
go fmt或 prettier 格式化提交的代码。I have updated the repository accordingly (If it’s needed).
我已相应更新了相关仓库,OpenList-Frontend pull-249