Open albe-jj opened 1 month 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.
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 objectazure.storage.blobBlobServiceClient
?