flysystem-sftp
flysystem-sftp copied to clipboard
Handle listing objects without 'mtime' attribute in listContents()
Currently SftpAdapter throws an undefined index 'mtime'
error if the SFTP server returns no mtime
attributes with the listing response. This fixes that by normalising this case to null
.