lib/remi/data_subjects/sftp_file.rb in remi-0.3.0 vs lib/remi/data_subjects/sftp_file.rb in remi-0.3.1

- old
+ new

@@ -59,9 +59,10 @@ entries.map do |entry| local_file = File.join(@local_path, entry.name) logger.info "Downloading #{entry.name} to #{local_file}" retry_download { sftp.download!(File.join(@remote_path, entry.name), local_file) } local_file + end end end # @return [Array<Extractor::FileSystemEntry>] (Memoized) list of objects in the bucket/prefix