docs: add sample and sample test for transfer manager#1027
docs: add sample and sample test for transfer manager#1027andrewsg merged 5 commits intogoogleapis:mainfrom
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 |
andrewsg
left a comment
There was a problem hiding this comment.
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.