# File lib/chef/cookbook_site_streaming_uploader.rb, line 207
      def size
        @parts.inject(0) {|size, part| size + part.size}
      end