Commit 635907d
fix(data-drains): lazy-init S3 endpoint DNS check
Creating the check eagerly in openSession could yield an unhandled
rejection if the source produced no chunks (deliver never ran). Defer
construction to the first deliver call so the promise is always awaited.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1ece3d4 commit 635907d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
0 commit comments