# File lib/openstack/swift/connection.rb, line 166
    def initialize(data, chunk_size)
      @size = chunk_size
      @file = data
    end