# File lib/aws/s3/request.rb, line 72
      def body= body
        @body_stream = StringIO.new(body)
      end