Commit eee98af
Document the onerror workaround with its removal condition
fsspec's AbstractFileSystem.mv() passed the typo'd "onerror" keyword
(instead of "on_error", which copy() consumes) until it was fixed in
fsspec 2026.6.0, so it leaks through copy(**kwargs) into cp_file on
older releases and must not reach the S3 API. Replace the stale TODO
with the actual mechanism and the fsspec version at which the pop can
be removed.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 1732653 commit eee98af
2 files changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1011 | 1011 | | |
1012 | 1012 | | |
1013 | 1013 | | |
1014 | | - | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
1015 | 1019 | | |
1016 | | - | |
1017 | | - | |
1018 | 1020 | | |
1019 | 1021 | | |
1020 | 1022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
0 commit comments