Azure / azure-sdk-for-rust

This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.
MIT License
713 stars 248 forks source link

Hash is not include in `PutBlockBuilder.into_future()` #1731

Open zycdragonball opened 3 months ago

zycdragonball commented 3 months ago

https://github.com/Azure/azure-sdk-for-rust/blob/2f22149d38653d689c4cc969070b76f13af3d61e/sdk/storage_blobs/src/blob/operations/put_block.rs#L24

self.hash is not added to header

maxburke commented 1 month ago

Just ran into this too; is it possible to fix it?