CloudVE / cloudbridge

A consistent interface to multiple IaaS clouds; in Python.
https://cloudbridge.cloudve.org
MIT License
113 stars 51 forks source link

Connecting using connection_string to Azure blob storage #324

Open albe-jj opened 1 month ago

albe-jj commented 1 month ago

I would like to connect to S3 using connection_string to Azure blob storage. Would it be somehow possible? Perhaps could be done passing directly the object azure.storage.blobBlobServiceClient?

nuwang commented 4 weeks ago

@albe-jj Can you provide a bit more detail about your use case? I didn't quite understand by what you meant by an S3 connection_string to blob storage? There is an azure_client property on the provider through which you can access the native azure driver, but doing so will be at the expense of portability.