# File lib/client.rb, line 476
  def get_object(container, name, resp_chunk_size=nil)
    _retry(nil, :get_object, [container, name, resp_chunk_size])
  end