Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob::from_headers doesn't parse version-id #2007

Open
saxon-parker opened this issue Jan 17, 2025 · 0 comments
Open

Blob::from_headers doesn't parse version-id #2007

saxon-parker opened this issue Jan 17, 2025 · 0 comments
Labels
Previous Versions Work related to older, unsupported SDKs Storage Storage Service (Queues, Blobs, Files)

Comments

@saxon-parker
Copy link

The Blob::from_headers function sets version_id to None without attempting to parse the x-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

@github-project-automation github-project-automation bot moved this to Untriaged in Azure SDK Rust Feb 5, 2025
@RickWinter RickWinter added Storage Storage Service (Queues, Blobs, Files) Previous Versions Work related to older, unsupported SDKs labels Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Previous Versions Work related to older, unsupported SDKs Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

2 participants