You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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
?The text was updated successfully, but these errors were encountered: