When listing objects in a bucket it seems the same paging functionality can be accomplished using either ContinuationToken or StartAfter. Consider the following boto3 code:<