This repository was archived by the owner on Apr 8, 2025. It is now read-only.

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