CKAN extension that overwrites the upload and download of the resources. The extension breaks the resources into chunks and streams the response. This extension is useful if you want to configure the chunk size of upload and download in order to use the server resources (RAM and CPU) in more efficient way. Note: This extension cannot be combined with cloud storage CKAN extensions (like ckanext-cloudstorage or ckanext-s3filestore). If CKAN is extended with cloud storage extensions, the upload and download of resources is taken over by the cloud storage extension and ckanext-big-resources becomes obsolete.