Creates the appropriate Hasta S3 file instance given a Fog file
10 11 12
# File 'lib/hasta/storage.rb', line 10 def self.resolve(fog_file) S3File.wrap(fog_file) end