18 19 20
# File 'lib/lhj/helper/oss_helper.rb', line 18 def upload(key, file) @bucket.put_object(key, :file => file) end