datopian / ckanext-asset-storage

CKAN extension implementing IUploader interface for cloud storage of assets e.g. images. Intended for use with ckanext-blob-storage that provides direct to cloud storage of resource data.
MIT License
2 stars 2 forks source link

Implement Azure Blobs storage backend #6

Closed shevron closed 4 years ago

shevron commented 4 years ago

Either based on libcloud (see #5) or using the Azure API

shevron commented 4 years ago

Done; Based on azure specific APIs, not on libcloud, as libcloud turned out to be a pretty leaky / lacking abstraction layer for what we need.