Skip to content

Commit

Permalink
reg: typo in dclab S3 instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 29, 2024
1 parent bc8fd16 commit ef44950
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.10.3
- reg: typo in dclab S3 instantiation
0.10.2
- setup: bump dclab to 0.58.6
0.10.1
Expand Down
4 changes: 2 additions & 2 deletions dcor_shared/s3cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ def get_s3_dc_handle(resource_id):
s3_url = get_s3_url_for_artifact(resource_id)
ds = fmt_s3.RTDC_S3(
url=s3_url,
secret_access_key=get_ckan_config_option(
"dcor_object_store.access_key_id"),
access_key_id=get_ckan_config_option(
"dcor_object_store.access_key_id"),
secret_access_key=get_ckan_config_option(
"dcor_object_store.secret_access_key"),
# Disable basins, because they could point to files on the
# local file system (security).
Expand Down

0 comments on commit ef44950

Please sign in to comment.