You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling mv() of s3fs.S3FileSystem with path1==path2 results in deletion. This is not the expected behavior, as a POSIX mv results in a message saying they are the same file, and in particular does not result in deletion.