Commit 9dcc684
authored
feat: Add "transfer_manager" module for concurrent uploads and downloads as a preview feature (#844)
* checkpoint before design doc impl
* checkpoint
* more tests
* code and tests for transfer manager complete
* proactively close temp files when finished reading
* respond to comments; destroy tmp files as they are consumed
* Add system tests, docstrings, address feedback
* Respond to review comments
* verify md5 hash of downloaded file in test
* lint
* default empty strings for root arguments
* fix bug with blob constructor
* add warning about files not being deleted if their downloads fail1 parent 1c5408d commit 9dcc684
File tree
5 files changed
+1007
-2
lines changed- google/cloud/storage
- tests
- system
- unit
5 files changed
+1007
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
107 | | - | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
0 commit comments