TkTech / ckanext-cloudstorage

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)
MIT License
35 stars 55 forks source link

verbose additional messages during migration + fixed file_path #19

Closed smotornyuk closed 6 years ago

smotornyuk commented 7 years ago

I noticed, that resource path already consists of folder and filename and this is redundand. In addition i added few messages for better tracking, which resources were uploaded + added few try/except blocks which allow to continue script execution even if there are problem with separate resources. I'm thinking about additional arguments which allow to specify particular resources that should be migrated. Does it make sense to you?