diff --git a/lib/carrierwave/storage/fog.rb b/lib/carrierwave/storage/fog.rb index c961874af..e748f401b 100644 --- a/lib/carrierwave/storage/fog.rb +++ b/lib/carrierwave/storage/fog.rb @@ -297,7 +297,7 @@ def size # # [Boolean] true if file exists or false def exists? - !!directory.files.head(path) + !!file end ##