Skip to content

Commit

Permalink
setup: bump dclab to 0.58.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 29, 2024
1 parent e84b5ae commit bc8fd16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.10.2
- setup: bump dclab to 0.58.6
0.10.1
- fix: handle case in wait_for_resource when resource is not yet in CKAN
0.10.0
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_id=get_ckan_config_option(
secret_access_key=get_ckan_config_option(
"dcor_object_store.access_key_id"),
secret_key=get_ckan_config_option(
access_key_id=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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=[
"boto3",
"dclab[s3]>=0.57.5",
"dclab[s3]>=0.58.6",
],
extras_require={
# Required for the `dcor_shared.testing` submodule
Expand Down

0 comments on commit bc8fd16

Please sign in to comment.