Martim Passos
10/13/2021, 6:25 PMlocal_file_manager
and s3_file_manager
. I understand they’re designed to use the same API so you can just switch modes, but the former uses a local_file_handle
and the latter a s3_file_handle
. So my code still needs some kind of checking to differentiate/determine which one to create or am I missing something here?max
10/13/2021, 7:49 PMFileHandle
Martim Passos
10/20/2021, 1:15 PM