Method: CarrierWave::Storage::S3cn::File#store

Defined in:
lib/carrierwave/s3cn/storage.rb

#store(file) ⇒ Object



75
76
77
# File 'lib/carrierwave/s3cn/storage.rb', line 75

def store(file)
  s3cn_connection.store(file, @path)
end