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 808609d commit e5ee0bdCopy full SHA for e5ee0bd
lib/logstash/outputs/s3/temporary_file.rb
@@ -51,7 +51,7 @@ def key
51
# a sandbox.
52
def delete!
53
@fd.close rescue IOError # force close anyway
54
- FileUtils.rm_rf(@temp_path, :secure => true)
+ FileUtils.rm_r(@temp_path, :secure => true)
55
end
56
57
def empty?
0 commit comments