Object
Check if the file exists on the remote service
true if file exists or false
# File lib/carrierwave/storage/fog/file_patch.rb, line 8 def exists? !!directory.files.head(path) end