Skip to content
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

添加Chunker功能的支持 #7585

Open
4 tasks done
imlaoyou2333 opened this issue Nov 30, 2024 · 0 comments
Open
4 tasks done

添加Chunker功能的支持 #7585

imlaoyou2333 opened this issue Nov 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@imlaoyou2333
Copy link

Please make sure of the following things

  • I have read the documentation.
  • I'm sure there are no duplicate issues or discussions.
  • I'm sure this feature is not implemented.
  • I'm sure it's a reasonable and popular requirement.

Description of the feature / 需求描述

希望Alist能够添加Rclone的Chunker功能
Rclone chunker文档解释:

Chunker功能在上传到封装的远程存储时,透明地将大文件拆分为较小的块,并在文件下载时透明地将它们组装回去。这使得能够有效克服存储提供商施加的大小限制。

Suggested solution / 实现思路

Rclone chunker文档: https://rclone.org/chunker/
Rclone chunker驱动源代码: https://github.com/rclone/rclone/tree/master/backend/chunker

Additional context / 附件

No response

@imlaoyou2333 imlaoyou2333 added the enhancement New feature or request label Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant