# File lib/fog/google/models/storage/file.rb, line 55 def destroy requires :directory, :key begin service.delete_object(directory.key, key) rescue Excon::Errors::NotFound end true end