AWS S3 DataPipe doesn't terminate when used with .load_from_tar(mode="r|")
#799
Labels
bug
Something isn't working
.load_from_tar(mode="r|")
#799
🐛 Describe the bug
Note this issue only occurs when
mode="r|"
, not when it ismode="r:"
.Sample code:
Not sure if
mode="r|"
is incompatible with S3 DataPipe/SDK or there is something off with our implementation.Versions
main branch
cc: @ejguan
The text was updated successfully, but these errors were encountered: