lib/attachs/storages/s3.rb in attachs-4.0.0.1 vs lib/attachs/storages/s3.rb in attachs-4.0.0.2
- old
+ new
@@ -48,10 +48,10 @@
def delete(path)
Rails.logger.info "Deleting: #{path}"
bucket.object(path).delete
end
- def exist?(path)
+ def exists?(path)
bucket.object(path).exists?
end
def find_each
bucket.objects.each do |object|