cfdm.AggregatedArray.get_storage_options

AggregatedArray.get_storage_options()[source]

Return the file system options.

Added in version (cfdm): 1.12.0.0

Returns:
dict

The storage options.

Examples

>>> f.get_storage_options()
{}
>>> f.get_storage_options()
{'key': 'scaleway-api-key...',
 'secret': 'scaleway-secretkey...',
 'endpoint_url': 'https://s3.fr-par.scw.cloud',
 'client_kwargs': {'region_name': 'fr-par'}}