Klaus Post 96a22bfcbb
fix: wrapped io.EOF during ListObjects() (#17842)
When listing getObjectFileInfo can return `io.EOF` if file is being written.

When we wrap the error it will *not* retry upstream, since `io.EOF` is a valid return value.

Allow one retry before returning errors and canceling the listing.
2023-08-11 09:47:16 -07:00
..
2023-07-06 16:02:08 -07:00
2023-07-06 16:02:08 -07:00
2023-07-06 16:02:08 -07:00
2021-04-23 11:58:53 -07:00