class SimpleMapReduce::S3Client

Attributes

client[R]

Public Class Methods

new() click to toggle source
# File lib/simple_map_reduce/s3_client.rb, line 11
def initialize
  @client = ::Aws::S3::Client.new(SimpleMapReduce.s3_config)
end