-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: move async_resumable_media
to _async_resumable_media
#178
fix: move async_resumable_media
to _async_resumable_media
#178
Conversation
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Maybe we should have a README at the top level of the async package noting that this is internal-only, as well? Not sure what the convention is in the python libraries.
So, the naming (leading |
Merge long-lived async branch * refactor: use named consts for session Python versions * chore(deps): pin 'google-crc32c < 0.2dev' (#160) * feat: async changes to resumable upload/download (#153) * chore(deps): use google-auth >= 1.22.0, 2.0dev which includes google.auth.default_async, aiohttp_requests (#176) * fix: move `async_resumable_media` to `_async_resumable_media` (#178) Co-authored-by: Chris Cotter <cjcotter@google.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com> Co-authored-by: Tres Seaver <tseaver@palladion.com> Co-authored-by: Anirudh Baddepudi <43104821+anibadde@users.noreply.github.com> Co-authored-by: Anirudh Baddepuddi <anibadde@google.com>
moves the async surface to internal while we allow early access. #177 tracks moving it back once we are satisfied with quality, and this is actively used by a client.