Skip to content

File upload not working for Azure Storage Account  #47

@Souradeep2304

Description

@Souradeep2304

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

No one assigned

    Labels

    bug-unconfirmedMay or may not be a bug, needs testing or further information.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions