Sanjays2402 opened a new pull request, #2169: URL: https://github.com/apache/libcloud/pull/2169
## [Azure Blobs] Forward chunk_size in download_object_as_stream ### Description Closes #1698. `download_object_as_stream` and `download_object_range_as_stream` in the Azure Blobs driver passed the hardcoded `AZURE_DOWNLOAD_CHUNK_SIZE` to `iter_content` instead of the caller's `chunk_size`, so a requested size was silently ignored. Both now forward `chunk_size` (falling back to the default when `None`), matching the S3 driver's behavior. ### Status - done, ready for review ### Checklist (tick everything that applies) - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
