Skip to content

Commit

Permalink
Merge pull request #789 from travis-ci/s3-eager-autoload
Browse files Browse the repository at this point in the history
Define Aws constants up front
  • Loading branch information
BanzaiMan authored Mar 21, 2018
2 parents 2a01644 + 42866e7 commit ff4f24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/dpl/provider/s3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
require 'aws-sdk'
require 'mime-types'

Aws.eager_autoload!

module DPL
class Provider
class S3 < Provider
Expand Down

0 comments on commit ff4f24c

Please sign in to comment.