lib/remi/data_subject/csv_file.rb in remi-0.2.31 vs lib/remi/data_subject/csv_file.rb in remi-0.2.32
- old
+ new
@@ -69,10 +69,10 @@
def extractor=(arg)
case arg
- when Extractor::SftpFile, Extractor::LocalFile
+ when Extractor::SftpFile, Extractor::LocalFile, Extractor::S3File
@extractor = arg
when String
@extractor = Extractor::LocalFile.new(path: arg)
when Regexp
raise "Adding regex matching to local files would be easy, not done yet"