opencadc / cadctools

Client tools for using CADC services
3 stars 11 forks source link

Add support for uploading large files (PUT with transactions) #189

Closed andamian closed 2 years ago

andamian commented 2 years ago

Mechanism described here:

https://github.com/pdowler/storage-inventory/blob/put-txn/minoc/PutTransaction.md

codecov[bot] commented 2 years ago

Codecov Report

Merging #189 (6ef4e61) into master (95c53bc) will increase coverage by 0.29%. The diff coverage is 95.91%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
+ Coverage   87.65%   87.94%   +0.29%     
==========================================
  Files          42       42              
  Lines        4139     4264     +125     
==========================================
+ Hits         3628     3750     +122     
- Misses        511      514       +3     
Impacted Files Coverage Δ
cadcdata/cadcdata/storageinv.py 83.52% <ø> (ø)
cadcutils/cadcutils/util/utils.py 93.60% <90.90%> (+0.14%) :arrow_up:
cadcutils/cadcutils/net/ws.py 92.12% <96.72%> (+1.15%) :arrow_up:
cadcutils/cadcutils/exceptions.py 94.64% <100.00%> (+0.30%) :arrow_up:
cadcutils/cadcutils/net/netutils.py 78.69% <0.00%> (+0.59%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 95c53bc...6ef4e61. Read the comment docs.