# File lib/aws/s3/request.rb, line 77 def body if @body_stream string = @body_stream.read @body_stream.rewind string else nil end end