Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add support for upload / download progress reporting #407

Open
ChristopherManthei opened this issue Sep 1, 2021 · 3 comments

Comments

@ChristopherManthei
Copy link
Member

Please add support for upload / download progress reporting.
E.g. the function upload_from_stream_async has no method for progress reporting when uploading large files. The C# equivalent does though: UploadFromStreamAsync.

Ideally all language SDKs should have feature parity so that users are allowed to chose the language that best fits their needs without later realizing that certain features do not work.

@Jinming-Hu
Copy link
Member

This sdk has been deprecated in favor of our next generation of storage C++ SDK https://github.com/Azure/azure-sdk-for-cpp. Usually we will only fix severe issues like security or data integrity, we won't add any new features.

@ChristopherManthei
Copy link
Member Author

Thanks @Jinming-Hu , we will look into migrating to the newer SDK. I have visited the landing page a couple of times but never noticed the comment at the start. Could you make it a bit more noticeable?

@ChristopherManthei
Copy link
Member Author

Also, could you add a disclaimer to the docs page: https://azure.github.io/azure-storage-cpp/index.html ? There is no mention of deprecation nor of the new library to use instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants