Skip to content

ckanext.cloudstorage.connection_link not documented in README #5

@JVickery-TBS

Description

@JVickery-TBS

ckanext.cloudstorage.connection_link usage in https://github.com/datopian/ckanext-cloudstorage/blob/master/ckanext/cloudstorage/storage.py#L162 was merged but the config option was not documented in the README.

Not sure what I am supposed to set this to?

The property is used in azure.storage.blob.BlobServiceClient.from_connection_string() calls. Would be good to link https://learn.microsoft.com/en-us/python/api/azure-storage-blob/azure.storage.blob.blobserviceclient?view=azure-python#azure-storage-blob-blobserviceclient-from-connection-string

as well as specify all of the options from the azure-storage-blob library:

  • AccountName
  • AccountKey
  • SharedAccessSignature
  • endpoints (primary, and secondary)
  • DefaultEndpointsProtocol
  • EndpointSuffix

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions