ckanext-cloudstorage icon indicating copy to clipboard operation
ckanext-cloudstorage copied to clipboard

After installation and configuration, the plugin cannot be used

Open hongjie123 opened this issue 1 year ago • 2 comments

Using Docker to install CKAN, the following are the implementation steps:

  1. Obtain ckanext cloudstorage through the git clone... command
  2. 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": ""}
  3. 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

hongjie123 avatar Mar 14 '24 02:03 hongjie123

Did you add it to your list of enabled plugins?

TkTech avatar Mar 14 '24 18:03 TkTech

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!

hongjie123 avatar Mar 15 '24 00:03 hongjie123