Method: Amazon#store

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

#store(key, io) ⇒ Object

[View source]

455
456
457
# File 'lib/cluster/infrastructures/amazon.rb', line 455

def store(key, io)
  bucket.put(key, io)
end