MindFlavor/AzureSDKForRust

cannot list blobs

adminSxs opened this issue · 1 comments

The error happens because list_blobs requires a cloneable client. This is just a requirement for the stream function (that you are not using) so I'll be removing it in ASAP.
In the meantime if you can use an Arc<dyn Client> instead of a Box<dyn Client> the error will disappear.