# File lib/cloudfiles/container.rb, line 301
    def create_object(objectname, make_path = false)
      CloudFiles::StorageObject.new(self, objectname, false, make_path)
    end