-
Notifications
You must be signed in to change notification settings - Fork 308
Closed
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)blocking-releaseBlocks releaseBlocks release
Description
Bug Title
BlobMetadata
doesn't seem to include metadata.
Crate Name
azure_storage_blob
Crate Version
0.4.0
Description
The BlobMetadata
definition looks like:
/// The blob metadata.
#[derive(Clone, Default, Deserialize, SafeDebug, Serialize)]
#[non_exhaustive]
pub struct BlobMetadata {
/// Whether the blob metadata is encrypted.
#[serde(rename = "@Encrypted", skip_serializing_if = "Option::is_none")]
pub encrypted: Option,
}
But I don't see a HashMap which would actually contain the metadata associated with the blob.
Am I holding it wrong?
Steps to Reproduce
Attempt to write code that refreences the metadata in a blob.
Checklist
- Follow our Code of Conduct
- Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
StorageStorage Service (Queues, Blobs, Files)Storage Service (Queues, Blobs, Files)blocking-releaseBlocks releaseBlocks release