-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
bug-unconfirmedMay or may not be a bug, needs testing or further information.May or may not be a bug, needs testing or further information.
Description
I am trying to use Azure Storage Account container to store Ckan resources. I have installed ckan using the docker method, installed the ckanext-cloudstorage extension as directed. After that I added it to the list of plugins and also updated ckanext.cloudstorage.driver = AZURE_BLOBS ckanext.cloudstorage.container_name = <my container name>
Also updated the driver options as :
ckanext.cloudstorage.driver_options = {"key": "Storage acc name", "secret": "Access key from storage account"}
Now when I restarted Ckan and tried to upload resources, the files dont seem to upload properly, the url of the file pops up as
"http://filename.csv".I also set the cors policy to allow all. what am I missing here?
Metadata
Metadata
Assignees
Labels
bug-unconfirmedMay or may not be a bug, needs testing or further information.May or may not be a bug, needs testing or further information.