-
Notifications
You must be signed in to change notification settings - Fork 156
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
docs: add sample and sample test for transfer manager #1027
Conversation
MiaCY
commented
Apr 29, 2023
- Split existing transfer manager samples into different files
- Refactor sample tests accordingly
- Add sample for download_blob_as_chunks_concurrently
- Add sample test for download_blob_as_chunks_concurrently
…ks concurrently method
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
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 great. Thank you!
Rather than file names in the format of "storage_something_something_with_transfer_manager.py", let's rename them so they're all in a row alphabetically: in the pattern "storage_transfer_manager_something_something". The directory is very hard to browse, so I think it would be better if they are all in the same place in the directory listing even if it makes the file names sound a bit more mechanical.