Method: Amazon#retrieve

Defined in:
lib/cluster/infrastructures/amazon.rb

#retrieve(key) ⇒ Object

[View source]

459
460
461
# File 'lib/cluster/infrastructures/amazon.rb', line 459

def retrieve(key)
  bucket.get key
end