Method: Amazon#create_file_store

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

#create_file_store(name) ⇒ Object



127
128
129
# File 'lib/cluster/infrastructures/amazon.rb', line 127

def create_file_store(name)
  sss.bucket(name, true)
end