Skip to content

Commit

Permalink
Merge pull request #182 from samvera/aws-s3
Browse files Browse the repository at this point in the history
Only require the parts of the aws-sdk that we need (s3)
  • Loading branch information
escowles committed Sep 25, 2017
2 parents 882a5e5 + f728eb3 commit e85625d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browse-everything.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'google-api-client', '~> 0.9'
spec.add_dependency 'signet'
spec.add_dependency 'httparty'
spec.add_dependency 'aws-sdk'
spec.add_dependency 'aws-sdk-s3'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-rails'
spec.add_development_dependency 'rspec-its'
Expand Down
2 changes: 1 addition & 1 deletion lib/browse_everything/driver/s3.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'aws-sdk'
require 'aws-sdk-s3'

module BrowseEverything
module Driver
Expand Down

0 comments on commit e85625d

Please sign in to comment.