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
I find somethings not very clear in the documentation, specially for a newbie like me.
First is the installation process.
$ python setup.py install
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.iniThanks