# File lib/dragonfly/app.rb, line 88
    def store(object, opts={})
      temp_object = object.is_a?(TempObject) ? object : TempObject.new(object)
      datastore.store(temp_object, opts)
    end