-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels