ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

Use get_uploader if ckan version is 2.5 or up #39

Closed dumyan closed 8 years ago

dumyan commented 8 years ago

Currently uploading pictures defaults to using local storage path only. Since 2.5 the ckan.lib.uploader.get_uploader method allows to use an extended uploader, for example using ckanext-s3filestore.

amercader commented 8 years ago

Thanks @dumyan