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
710 stars 246 forks source link

Question: Does blob client supports server side encryption? #749

Open 3pointer opened 2 years ago

3pointer commented 2 years ago

I've checked some code and didn't find any clues. So I had a question. do we have some client setting just like golang sdk: https://github.com/Azure/azure-sdk-for-go/blob/8dce4d522a207952d9f0ac2b56b61b9b595b67b6/sdk/storage/azblob/zz_generated_models.go#L563.

Thanks.

bmc-msft commented 2 years ago

For reference: https://docs.microsoft.com/en-us/azure/storage/blobs/encryption-customer-provided-keys

Gaelik-git commented 10 months ago

This pull request https://github.com/Azure/azure-sdk-for-rust/pull/1304 adresses at least part of this issue I think