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

implemented chunked file upload v2 #130

Merged
merged 1 commit into from
Sep 25, 2023
Merged

implemented chunked file upload v2 #130

merged 1 commit into from
Sep 25, 2023

Conversation

bigcat88
Copy link
Contributor

There are two versions of the chunking API. Version 1 is the original version and version 2 was built as a backward compatible extension to support uploads directly to supporting target storages like S3. Version 2 is the recommended version to use.


https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/chunking.html

Signed-off-by: Alexander Piskun <[email protected]>
@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Merging #130 (0b7a157) into main (b59fd9e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #130   +/-   ##
=======================================
  Coverage   99.73%   99.73%           
=======================================
  Files          32       32           
  Lines        2622     2632   +10     
=======================================
+ Hits         2615     2625   +10     
  Misses          7        7           
Files Coverage Δ
nc_py_api/_session.py 98.44% <100.00%> (+0.01%) ⬆️
nc_py_api/files/files.py 99.25% <100.00%> (+0.01%) ⬆️
nc_py_api/options.py 100.00% <100.00%> (ø)

@bigcat88 bigcat88 merged commit f9b2352 into main Sep 25, 2023
13 checks passed
@bigcat88 bigcat88 deleted the chunked-upload-v2 branch September 25, 2023 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant