ckanext-cloudstorage
ckanext-cloudstorage copied to clipboard
After installation and configuration, the plugin cannot be used
Using Docker to install CKAN, the following are the implementation steps:
- Obtain ckanext cloudstorage through the git clone... command
- Set the cloud provider in the configuration file '. env' as follows:
#Aliyun oss
CKANEXT_ CLOUDSTORAGE_ DRIVER=ALIYUN_OSS
CKANEXT_CLOUDSTORAGECONTAINERAME=openkg1
CKANEXT_CLOUDSTORAGE-DRIVER-OPTIONS={"key": "
", "secret": " "} - Docker Compose restart, "Docker Compose - f Docker Compose. dev. yml up -- build"
However, the ckanext cloudstorage plugin did not work, and adding a data resource in ckan did not upload it to cloud storage, but was done locally. May I ask how to solve it?
#Ckan==2.10.3 #Pyhton=3.8.10
Did you add it to your list of enabled plugins?
Yes,I have added it to ckan.plugins. I would like to know if the current version of the cloudstorage plugin supports ckan2.10.3?If possible, could you tell me more detailed (complete) installation and usage instructions? Thank you in advance!