Commit 05c62a4
fix: address review feedback for S3 store
- Add explicit client cleanup (set _client = None after __aexit__)
- Remove deletion of expired objects during retrieval
- Update both __aexit__ and _close for consistency
Co-authored-by: William Easton <strawgate@users.noreply.github.com>1 parent 042d855 commit 05c62a4
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
261 | 262 | | |
262 | 263 | | |
263 | 264 | | |
264 | | - | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| 356 | + | |
0 commit comments