You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
hamzahafeez7
changed the title
Unclear Documentation regarding Code
Unclear Documentation regarding Installation and Code
Jul 26, 2019
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.ini
Thanks
The text was updated successfully, but these errors were encountered: