Can I resume a download from aws s3?
问题 I am using the python boto3 library to download files from s3 to an IOT device on a cellular connection which is often slow and shaky. Some files are quite large (250Mb, which for this scenario is large) and the network fails and the device reboots while downloading. I would like to resume the download from the place it ended when the device rebooted. Is there any way to do it? The aborted download does seem to keep downloaded data in a temporary file while downloading so the data is there.