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

Migrate single file #20

Closed smotornyuk closed 6 years ago

smotornyuk commented 7 years ago

Added optional argument to migrate that allows to upload single resource. In addition, IDs of all failed uploads saved to temporary file, which can be used for uploading only previously failed resources to cloudstorage

TkTech commented 6 years ago

@smotornyuk I'm good with merging this if you can add u prefixes to all of your prints. Currently it'll crash if for example you use a unicode filename.

TkTech commented 6 years ago

Also, can you roll #19 into this PR?

smotornyuk commented 6 years ago

No problem, updated