Bug Description
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.
Expected Behavior
No warning
Environment
s3fs-nio version 3.0.0:
- JDK 21:
Bug Description
S3FileSystemProvider::visitAllFiles logs warning on Files.move() from a different FileSystem
Steps To Reproduce
Expected Behavior
No warning
Environment
s3fs-nioversion 3.0.0: