Closed liningpan closed 11 months ago
Friendly ping here. Downloading to S3 is broken for us for a long time, even though this is the method recommended by NDA. We had to find workarounds, develop our own tool, and stop using nda-tools
.
This was fixed in version 0.2.26
The feature for download data to S3 is broken
The stack trace points to this newly added function. It seems like
download_from_s3link
transferred the file to S3, but later the script assumes the file is on the local filesystem.https://github.com/NDAR/nda-tools/blob/aa89ec26de21f04679dec702c054f19ef48726d4/NDATools/Download.py#L884-L889