Method: Lhj::OSS::Helper#upload

Defined in:
lib/lhj/helper/oss_helper.rb

#upload(key, file) ⇒ Object



18
19
20
# File 'lib/lhj/helper/oss_helper.rb', line 18

def upload(key, file)
  @bucket.put_object(key, :file => file)
end