阅读背景:

Aws::::S3::错误::在试图存储Tempfile时进行解析

来源:互联网 

I have the following snippet:

我有以下片段:

tempfile = Tempfile.new(export_file.filename)
begin
  tempfile.write(contents)
  file_storage_service.store(export_file.filename, tempfile)
ensure
  tempfile.close!
end
tempf



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: