* FilesystemReader::has to check for directory or file existence * FilesystemReader::directoryExists to check for directory existence * FilesystemReader::fileExists to check for file existence * FilesystemAdapter::directoryExists to check for directory existence * FilesystemAdapter::fileExists to check for file existence
2.5.0
Added
- [AWS S3] Allow specifying visibility on move and copy
2.4.5
- [SFTP v3] Fix retries (1451)
2.4.4
Fixed
- [SFTP v2] Avoid type errors when public key is not retrieved (1446) - [SFTP v3] Avoid type errors when public key is not retrieved (1446)
2.4.3
Fixed
- [AWS S3] Set ContentType when mime-type config option is set during writes, like in v1.
2.4.2
Fixed
- [FTP] Made connection resolving lazy again (1414)