33 34 35
# File 'lib/cloudify/storage.rb', line 33 def remote_files @remote_files ||= bucket.files.reload.map{ |f| f.etag } end