Method: Amazon#save_images
- Defined in:
- lib/cluster/infrastructures/amazon.rb
#save_images(input) ⇒ Object
468 469 470 471 |
# File 'lib/cluster/infrastructures/amazon.rb', line 468 def save_images(input) key ||= .cluster_image_key bucket.put key, input, {}, 'public-read' end |