You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
Using Docker to install CKAN, the following are the implementation steps:
#Aliyun oss
CKANEXT_ CLOUDSTORAGE_ DRIVER=ALIYUN_OSS
CKANEXT_CLOUDSTORAGECONTAINERAME=openkg1
CKANEXT_CLOUDSTORAGE-DRIVER-OPTIONS={"key": "", "secret": ""}
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
The text was updated successfully, but these errors were encountered: