exist?(key)
Return true if a file exists at the key.
# File activestorage/lib/active_storage/service.rb, line 104 def exist?(key) raise NotImplementedError end