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 7b62c1e commit 13ab83aCopy full SHA for 13ab83a
spec/integration/s3_spec.rb
@@ -7,6 +7,10 @@
7
require_relative "../supports/helpers"
8
9
describe LogStash::Outputs::S3, :integration => true, :s3 => true do
10
+ before do
11
+ Thread.abort_on_exception = true
12
+ end
13
+
14
let!(:minimal_settings) { { "access_key_id" => ENV['AWS_ACCESS_KEY_ID'],
15
"secret_access_key" => ENV['AWS_SECRET_ACCESS_KEY'],
16
"bucket" => ENV['AWS_LOGSTASH_TEST_BUCKET'],
0 commit comments