cfdm.H5netcdfArray.get_storage_options¶
- H5netcdfArray.get_storage_options()[source]¶
Return the file system options.
Added in version (cfdm): 1.12.0.0
- Parameters:
- create_endpoint_url:
bool, optional Removed at version 1.13.1.0
- filename:
str, optional Removed at version 1.13.1.0
- parsed_filename:
urllib.parse.ParseResult, optional Removed at version 1.13.1.0
- create_endpoint_url:
- Returns:
dictThe 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'}}