Class: Deadpull::Values::S3Client

Inherits:
Base
  • Object
show all
Extended by:
Dry::Initializer
Defined in:
lib/deadpull/values/s3_client.rb

Instance Method Summary collapse

Methods inherited from Base

concretize

Instance Method Details

#concretizeObject



10
11
12
13
# File 'lib/deadpull/values/s3_client.rb', line 10

def concretize
  aws = config[:aws] || {}
  Aws::S3::Client.new(aws)
end