# File lib/fog/storage/parsers/aws/list_parts.rb, line 8
          def reset
            @part = {}
            @response = { 'Initiator' => {}, 'Part' => [] }
          end