A Python reference implementation of the CF data model
The file system protocol.
Added in version (cfdm): 1.13.1.0
None
str
The file system protocol. If None the the file system is the local file system.
Examples
>>> a.get_storage_protocol() 's3' >>> a.get_storage_protocol() 'file' >>> print(a.get_storage_protocol()) None