添加Chunker功能的支持
Abierto
enhancement
- Lenguaje dominante
- Go
- Estrellas
- 50.2k
- Forks
- 7.9k
- Merge medio
- 7 d 21 h
- PR fusionados (30 d)
- 6
Descripción
### Please make sure of the following things
- [X] I have read the [documentation](https://alist.nn.ci).
- [X] I'm sure there are no duplicate issues or discussions.
- [X] I'm sure this feature is not implemented.
- [X] 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_
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.