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
For Azure, smart_open only has the possibility of passing a custom BlobClient but it looks like metadata needs to be explicitly passed to BlobClient.commit_block_list.
Problem description
I would like to upload an Azure blob with metadata. This is currently possible with s3 and gcs:
For Azure,
smart_open
only has the possibility of passing a customBlobClient
but it looks like metadata needs to be explicitly passed toBlobClient.commit_block_list
.I suggest introducing
blob_kwargs
:Steps/code to reproduce the problem
N/A
Versions
Please provide the output of:
Checklist
Before you create the issue, please make sure you have:
The text was updated successfully, but these errors were encountered: