Summary
The enumeration of path types for the cloud.
Discussion
The path style for cloud storage for use with AIO class methods is described.
Properties
Property | Explanation | Data Type |
VSI (Read Only) | The cloud path type is VSI. VSI paths are GDAL preferred URIs for file system agnostic file operations. See GDAL Virtual File Systems on the GDAL site for more information. | Object |
ACS (Read Only) | The cloud path type is ACS. ACS connection files store connection information in binary-persisted encrypted format. See the Create Cloud Storage Connection File tool for more information. | Object |
HTTP (Read Only) | The cloud path type is HTTP. The cloud provider URL for a resource sometimes contains connection information, such as Microsoft Azure SAS. | Object |
CLOUDSTORES (Read Only) | The cloud path type is CLOUDSTORES. This includes cloud provider-specific URI schema prefixes such as s3:// and abfs://. | Object |