openknowledge-archive / dpm-py

DEPRECATED Data package manager written in Python
http://frictionlessdata.io/tools/
MIT License
8 stars 6 forks source link

Chunked file upload #68

Open Fak3 opened 7 years ago

Fak3 commented 7 years ago

The latest s3 uploads refactor #67 broke the chunked file uploads. Large files will be read into memory and may not fit there. We should find a way to do streaming file uploads.