Skip to main content

CloudPathType

Résumé

The enumeration of path types for the cloud.

Discussion

The path style for cloud storage for use with AIO class methods is described.

Propriétés

Nom Explication Type de données

VSI

(Lecture seule)

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

(Lecture seule)

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

(Lecture seule)

The cloud path type is HTTP. The cloud provider URL for a resource sometimes contains connection information, such as Microsoft Azure SAS.

Object

CLOUDSTORES

(Lecture seule)

The cloud path type is CLOUDSTORES. This includes cloud provider-specific URI schema prefixes such as s3:// and abfs://.

Object