# File lib/aws/core/http/request.rb, line 185 def body_stream if @body_stream @body_stream elsif @body StringIO.new(@body) else nil end end