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
error logs report options not declared however the plug is reading the options OK
2024-09-28 01:45:40,102 WARNI [ckan.common] Option ckanext.s3filestore.aws_bucket_name is not declared
2024-09-28 01:45:40,102 WARNI [ckan.common] Option ckanext.s3filestore.aws_access_key_id is not declared
2024-09-28 01:45:40,102 WARNI [ckan.common] Option ckanext.s3filestore.aws_secret_access_key is not declared
2024-09-28 01:45:40,102 WARNI [ckan.common] Option ckanext.s3filestore.region_name is not declared
2024-09-28 01:45:40,102 WARNI [ckan.common] Option ckanext.s3filestore.signature_version is not declared
ckanext-s3filestore version affected
v1.0.1 (installed to ckan 2.11 using source install pip install -e git+https://github.com/keitaroinc/[email protected]#egg=ckanext-s3filestore
side note: following the instructions to pip install ckanext-s3filestore gave me an old version v0.0.3 (note - time for a new release?)
Expected behaviour
options are read by plugin so would not expect the logs to say "not declared"
Logs
as above..
The text was updated successfully, but these errors were encountered:
brooks-eco
changed the title
[BUG] ckan 2.11 required options not read from ckan.ini
[BUG] ckan 2.11 required options read by plugin OK but logged by ckan as option not declared
Nov 12, 2024
Describe the bug
Logs say required options are not declared. Seems to be a logging issue only - the plugin can reach the s3 bucket.
ckan.ini has the setting configured (in the {app:main] section where all other plugin options are set)
web server was cycled
error logs report options not declared however the plug is reading the options OK
ckanext-s3filestore version affected
v1.0.1 (installed to ckan 2.11 using source install
pip install -e git+https://github.com/keitaroinc/[email protected]#egg=ckanext-s3filestore
side note: following the instructions to
pip install ckanext-s3filestore
gave me an old version v0.0.3 (note - time for a new release?)Expected behaviour
options are read by plugin so would not expect the logs to say "not declared"
Logs
as above..
The text was updated successfully, but these errors were encountered: