Skip to content

Commit

Permalink
Use aws-sdk-s3 gem exclusively
Browse files Browse the repository at this point in the history
  • Loading branch information
eherot committed Nov 3, 2023
1 parent d15376f commit 3bcd04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/logstash/inputs/s3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
require "tmpdir"
require "stud/interval"
require "stud/temporary"
require "aws-sdk"
require "aws-sdk-s3"
require "logstash/plugin_mixins/ecs_compatibility_support"

require 'java'
Expand Down Expand Up @@ -162,7 +162,6 @@ def initialize(options = {})
def register
require "fileutils"
require "digest/md5"
require "aws-sdk-resources"

@logger.info("Registering", :bucket => @bucket, :region => @region)

Expand Down
2 changes: 1 addition & 1 deletion spec/inputs/s3/poller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# encoding: utf-8
#
require "logstash/inputs/s3"
require "aws-sdk"
require "aws-sdk-s3"
require "ostruct"
require "rspec/wait"

Expand Down

0 comments on commit 3bcd04f

Please sign in to comment.