Blob::from_headers
doesn't parse version-id
#2007
Labels
Previous Versions
Work related to older, unsupported SDKs
Storage
Storage Service (Queues, Blobs, Files)
The
Blob::from_headers
function setsversion_id
toNone
without attempting to parse thex-ms-version-id
header. This makes it impossible to get the current version id when getting blob properties.https://github.com/Azure/azure-sdk-for-rust/blob/azure_storage_blobs-0.21.0/sdk/storage_blobs/src/blob/mod.rs#L249
The text was updated successfully, but these errors were encountered: