TkTech / ckanext-cloudstorage

Implements support for resource storage against multiple popular providers via apache-libcloud (S3, Azure Storage, etc...)
MIT License
35 stars 55 forks source link

Unclear Documentation regarding Installation and Code #37

Closed hamzahafeez7 closed 4 years ago

hamzahafeez7 commented 5 years ago

I find somethings not very clear in the documentation, specially for a newbie like me.

First is the installation process.

Now where to add the following lines of code.

ckanext.cloudstorage.driver = S3 ckanext.cloudstorage.container_name = my_bucket_name

I added them in the "/etc/ckan/default/development.ini" file. Sadly did not work for me.

Secondly for ckanext.cloudstorage.driver_options = {"key": "<your public key>", "secret": "<your secret key>"} Are these supposed to be my IAM User Public Access and Secret Access Keys or are these some other keys. Furthermore is this also going to go in development.ini

Thanks

TkTech commented 4 years ago

Covered by general documentation issue #44