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
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.