Method: RightAws::S3Interface#multi_thread

Defined in:
lib/s3/right_s3_interface.rb

#multi_threadObject

Return the true if this RightS3 instance works in multi_thread state and false otherwise.



127
128
129
# File 'lib/s3/right_s3_interface.rb', line 127

def multi_thread
  @params[:multi_thread]
end