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

feat: support for aio client types #41

Draft
wants to merge 18 commits into
base: dev
Choose a base branch
from

Conversation

hallvictoria
Copy link
Contributor

@hallvictoria hallvictoria commented Apr 24, 2024

Adds support for client types from the azure-storage-blob-aio package.

Implementation details are the same for sync client types, except the client return method must be async. Async client types are now recognized. Managed Identity is supported, so the aio class reuses the helpers.

Since the decode method is now async, all functions that call this method need to await it. This will require changes in the worker as well

The aio package is not shipped with azure-storage-blob and is instead an "extras_require". The extension will behave similarly.

Also adds tests for Python 3.12.

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.

2 participants