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
ckanext.cloudstorage.connection_linkusage 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-stringas well as specify all of the options from the azure-storage-blob library: