Closed dopplershift closed 3 years ago
This refactors what's in ldm.py and l2assemble.py into async_base.py, aws.py, and ldm_async.py, and uses it for upload_nids.py, which is powering our Level 3 NIDS upload.
ldm.py
l2assemble.py
async_base.py
aws.py
ldm_async.py
upload_nids.py
This leaves l2assemble.py and goest-restitch.py unchanged.
goest-restitch.py
This refactors what's in
ldm.py
andl2assemble.py
intoasync_base.py
,aws.py
, andldm_async.py
, and uses it forupload_nids.py
, which is powering our Level 3 NIDS upload.This leaves
l2assemble.py
andgoest-restitch.py
unchanged.