Extension Azure Blob Storage Filestore


Extension Basics

Title
Azure Blob Storage Filestore
Name
ckanext-azurefilestore
Type
Public extension
Description
Use Azure Blob Storage as a filestore for CKAN resources. Allows storing uploaded resource files in Azure Blob containers instead of local filesystem. Supports connection string authentication and optional fallback to filesystem for downloads.
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-08-01 00:00:00)
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Version
0.0.1
Version release date
2019-08-01
Contact name
Mark Moloney
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires azure-storage-blob package. Configure connection string and container name.

Plugins to configure (ckan.ini)
azurefilestore
CKAN Settings (ckan.ini)
# ckanext.azurefilestore.connect_str
# ckanext.azurefilestore.container_name
# ckanext.azurefilestore.storage_account
# ckanext.azurefilestore.account_key
# ckanext.azurefilestore.storage_path
# ckanext.azurefilestore.filesystem_download_fallback
DB migration to be executed
(not set)
<< back to Extensions