We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a9404 commit af03925Copy full SHA for af03925
xcube/webapi/context.py
@@ -371,7 +371,7 @@ def _get_other_store_params_than_root(self,
371
return {}
372
storage_options=dict()
373
if 'Anonymous' in dataset_config:
374
- store_params['storage_options']['anon'] = dataset_config['Anonymous']
+ storage_options['anon'] = dataset_config['Anonymous']
375
client_kwargs = dict(
376
)
377
if 'Endpoint' in dataset_config:
0 commit comments