civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Use range headers when retrying S3 transfers #274

Open mheilman opened 5 years ago

mheilman commented 5 years ago

It'd be nice to use range headers to avoid re-downloading already-downloaded bytes when an S3 connection error happens. See #273.