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
S3FileSystemProvider::visitAllFiles logs warning on Files.move() from a different FileSystem
Steps To Reproduce
Call Files.move(source, target, StandardCopyOption.REPLACE_EXISTING); where source is a local Path, target a S3 Path and target already exists. FileSystemProvider.deleteIfExists() tries to delete the file and discards the NoSuchFileException if it does not exists.