Skip to content

Commit af03925

Browse files
TonioFforman
andauthored
Update xcube/webapi/context.py
Co-authored-by: Norman Fomferra <[email protected]>
1 parent 69a9404 commit af03925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcube/webapi/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def _get_other_store_params_than_root(self,
371371
return {}
372372
storage_options=dict()
373373
if 'Anonymous' in dataset_config:
374-
store_params['storage_options']['anon'] = dataset_config['Anonymous']
374+
storage_options['anon'] = dataset_config['Anonymous']
375375
client_kwargs = dict(
376376
)
377377
if 'Endpoint' in dataset_config:

0 commit comments

Comments
 (0)