# File lib/aws/s3/object_collection.rb, line 348
        def process_batch
          response = @block.call(@batch)
          @after_batch.call(response) if @after_batch
        end