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

Misc improvements #5045

Merged
merged 12 commits into from
Aug 27, 2023
Merged

Misc improvements #5045

merged 12 commits into from
Aug 27, 2023

Conversation

SeanHeuc
Copy link
Member

@SeanHeuc SeanHeuc commented Aug 19, 2023

general: add createTime/updateTime support in webdav and some drivers
general: add hash support in some drivers
general: cross-storage rapid-upload support
general: enhance upload to avoid local temp file if possible
general: replace readseekcloser with File interface to speed up stream operations
feat(aliyun_open): same as above
feat(crypt): add hack for 139cloud

Close #4934
Close #4938
Close #4819

baidu_netdisk need to improve upload code to support rapid-upload

…load to avoid local temp file if possible; replace readseekcloser with File interface to speed up stream operations

(cherry picked from commit d92db01)
(cherry picked from commit b1f395e)
(cherry picked from commit e311a86)
@xhofe xhofe requested review from foxxorcat and xhofe August 19, 2023 08:52
@SeanHeuc
Copy link
Member Author

upload and related stream process is complicated, it's hard to come up with a good-for-all solution. most drivers need to be updated to support rapid-upload (if they support it). pls help review, help refactor, or bring up better ideas and i will implement it.

@xhofe xhofe added this to the next milestone Aug 21, 2023
@SeanHeuc
Copy link
Member Author

i guess i have to fix the 115 driver myself for now, i'll have to copy many function from author's repo to our code base, hope this won't violate any license

@xhofe
Copy link
Member

xhofe commented Aug 26, 2023

i guess i have to fix the 115 driver myself for now, i'll have to copy many function from author's repo to our code base, hope this won't violate any license

It's the MIT license and shouldn't be violated

@SeanHeuc
Copy link
Member Author

115 driver has been upgraded to adapt the latest code.

@xhofe xhofe merged commit a3748af into alist-org:main Aug 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants