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 af03925 commit 2788571Copy full SHA for 2788571
xcube/webapi/context.py
@@ -378,7 +378,8 @@ def _get_other_store_params_than_root(self,
378
client_kwargs['endpoint_url'] = dataset_config['Endpoint']
379
if 'Region' in dataset_config:
380
client_kwargs['region_name'] = dataset_config['Region']
381
- store_params['storage_options']['client_kwargs'] = client_kwargs
+ storage_options['client_kwargs'] = client_kwargs
382
+ store_params = dict(storage_options=storage_options)
383
return store_params
384
385
def get_dataset_configs_from_stores(self) \
0 commit comments