# File lib/cloudfiles/connection.rb, line 270
    def storage_request(method, path = "", headers = {}, data = nil, attempts = 0, &block)
      path = "#{@storagepath}/#{path}" unless (path[0,1] == '/')
      cfreq(method, @storagehost, path, @storageport, @storagescheme, headers, data, attempts, &block)
    end