class Deadpull::Commands::S3Command
Private Instance Methods
bucket()
click to toggle source
# File lib/deadpull/commands/s3_command.rb, line 16 def bucket @bucket ||= Aws::S3::Bucket.new(s3_locations.bucket, client: s3_client) end
s3_client()
click to toggle source
# File lib/deadpull/commands/s3_command.rb, line 8 def s3_client @s3_client ||= Values::S3Client.concretize(configuration) end
s3_locations()
click to toggle source
# File lib/deadpull/commands/s3_command.rb, line 12 def s3_locations @s3_locations ||= Values::S3Locations.concretize(configuration, environment) end