class Aws::S3::FileUploader

def initialize(options = {})

Options Hash: (**options)
  • :multipart_threshold (Integer) --
  • :client (Client) --

Parameters:
  • options (Hash) --
def initialize(options = {})
  @options = options
  @client = options[:client] || Client.new
  @multipart_threshold = options[:multipart_threshold] ||
                         ONE_HUNDRED_MEGABYTES
end