s3fs
s3fs copied to clipboard
bug in copy_file creates destination file even if source does not exist
I recently downloaded a few hundred files using copy_file. Most of the time it works as expected. However sometimes when the source file does not exist it creates the destination file anyway with zero bytes before raising an exception.