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

expose kwargs decompress for binary response #2680

Merged
merged 3 commits into from
Jul 9, 2024
Merged

Conversation

msyyc
Copy link
Member

@msyyc msyyc commented Jul 4, 2024

fixes #2618

@msyyc msyyc marked this pull request as ready for review July 4, 2024 07:44
@@ -2026,6 +2026,7 @@ def _get_multiple_pages_lro_initial(
)
_request.url = self._client.format_url(_request.url)

_decompress = kwargs.pop("decompress", True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add decompress to documentation?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iscai-msft iscai-msft enabled auto-merge (squash) July 9, 2024 17:23
@iscai-msft iscai-msft merged commit c2d5b70 into main Jul 9, 2024
15 checks passed
@iscai-msft iscai-msft deleted the add-kwargs-decompress branch July 9, 2024 18:03
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

Successfully merging this pull request may close these issues.

Add support for configuring decompression on streaming download APIs
2 participants