# File lib/moneta/adapters/fog.rb, line 28 def load(key, options = {}) value = @directory.files.get(key) value && value.body end