class Aws::S3::FileUploader
def single_part_progress(progress_callback)
def single_part_progress(progress_callback) proc do |_chunk, bytes_read, total_size| progress_callback.call([bytes_read], [total_size]) end end
def single_part_progress(progress_callback) proc do |_chunk, bytes_read, total_size| progress_callback.call([bytes_read], [total_size]) end end