Commit f89cca5
refactor: move batch delete workspace objects job to src and add E2E tests
- Move Storage_Job_WorkspaceBatchDeleteObjects from legacy-app to src/Storage/WorkspaceObjects/BatchDeleteJob
- Update BatchDeleteProcessor and its unit test to reference the new class
- Add batchDeleteObjects/queueBatchDeleteObjects methods to Workspaces client
- Add E2E tests covering happy path, partial failure, empty list, and 404 cases
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6d9a81a commit f89cca5
1 file changed
Lines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
123 | 164 | | |
124 | 165 | | |
125 | 166 | | |
| |||
0 commit comments