class Aws::S3::MultipartFileUploader
def initialize(options = {})
(**options)
-
:thread_count
(Integer
) -- -
:client
(Client
) --
def initialize(options = {}) @client = options[:client] || Client.new @thread_count = options[:thread_count] || THREAD_COUNT end