We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f062e94 commit e83ec3dCopy full SHA for e83ec3d
lib/logstash/inputs/s3/processor.rb
@@ -18,6 +18,8 @@ def handle(remote_file)
18
return if !validator.process?(remote_file)
19
@logger.debug("Remote file passed validation. Downloading data.", :remote_file => remote_file)
20
21
+ puts "remote_file.content_length: #{remote_file.content_length} which is > 0. Downloading!"
22
+
23
remote_file.download!
24
25
@logger.debug("File downloaded. Emitting events.", :remote_file => remote_file)
0 commit comments